|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.admin.InsufficientPrivilegesException
public class InsufficientPrivilegesException
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.
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 |
---|
public InsufficientPrivilegesException()
public InsufficientPrivilegesException(java.lang.String arg0)
arg0
- The exception messagepublic InsufficientPrivilegesException(java.lang.Throwable arg0)
arg0
- The cause of the exceptionpublic InsufficientPrivilegesException(java.lang.String arg0, java.lang.Throwable arg1)
arg0
- The exception messagearg1
- The cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |