com.sas.drugdev.remote.repository
Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.PermissionException
- All Implemented Interfaces:
- java.io.Serializable
public class PermissionException
- extends java.lang.Exception
The PermissionException is thrown when a user attempts to perform a repository operation that
they don't have permission to do, such as deleting a node.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PermissionException
public PermissionException()
PermissionException
public PermissionException(java.lang.String message,
java.lang.Throwable cause)
PermissionException
public PermissionException(java.lang.String message)
PermissionException
public PermissionException(java.lang.Throwable cause)