ModeShape Distribution 3.2.0.Final

org.modeshape.webdav.exceptions
Class AccessDeniedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.webdav.exceptions.WebdavException
                  extended by org.modeshape.webdav.exceptions.AccessDeniedException
All Implemented Interfaces:
Serializable

public class AccessDeniedException
extends WebdavException

See Also:
Serialized Form

Constructor Summary
AccessDeniedException()
           
AccessDeniedException(String message)
           
AccessDeniedException(String message, Throwable cause)
           
AccessDeniedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessDeniedException

public AccessDeniedException()

AccessDeniedException

public AccessDeniedException(String message)

AccessDeniedException

public AccessDeniedException(String message,
                             Throwable cause)

AccessDeniedException

public AccessDeniedException(Throwable cause)

ModeShape Distribution 3.2.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.