com.sas.drugdev.remote.admin
Class InsufficientPrivilegesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sas.drugdev.remote.admin.InsufficientPrivilegesException
All Implemented Interfaces:
java.io.Serializable

public class InsufficientPrivilegesException
extends java.lang.Exception

This exception is to be thrown whenever the user attempts to perform an action on the server that they do not have the policy to do.

See Also:
Serialized Form

Constructor Summary
InsufficientPrivilegesException()
          Null constructor
InsufficientPrivilegesException(java.lang.String arg0)
          Construct the exception with a message
InsufficientPrivilegesException(java.lang.String arg0, java.lang.Throwable arg1)
          Construct the exception with a message and cause
InsufficientPrivilegesException(java.lang.Throwable arg0)
          Construct the exception with a 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

InsufficientPrivilegesException

public InsufficientPrivilegesException()
Null constructor


InsufficientPrivilegesException

public InsufficientPrivilegesException(java.lang.String arg0)
Construct the exception with a message

Parameters:
arg0 - The exception message

InsufficientPrivilegesException

public InsufficientPrivilegesException(java.lang.Throwable arg0)
Construct the exception with a cause

Parameters:
arg0 - The cause of the exception

InsufficientPrivilegesException

public InsufficientPrivilegesException(java.lang.String arg0,
                                       java.lang.Throwable arg1)
Construct the exception with a message and cause

Parameters:
arg0 - The exception message
arg1 - The cause of the exception