com.sas.drugdev.remote.repository
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PermissionException()
           
PermissionException(java.lang.String message)
           
PermissionException(java.lang.String message, java.lang.Throwable cause)
           
PermissionException(java.lang.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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)