|
|||||||||||
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.InvalidUserException
The exception is thrown whenever the user attempts to interact with a user on the server that is not valid
Constructor Summary | |
InvalidUserException()
Null Constructor |
|
InvalidUserException(java.lang.String message)
Construct the exception with a message |
|
InvalidUserException(java.lang.String message,
java.lang.Throwable cause)
Construct the exception with a message and cause |
|
InvalidUserException(java.lang.Throwable cause)
Construct the exception with a cause |
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 InvalidUserException()
public InvalidUserException(java.lang.String message)
message
- The exception messagepublic InvalidUserException(java.lang.Throwable cause)
cause
- The cause of the exceptionpublic InvalidUserException(java.lang.String message, java.lang.Throwable cause)
message
- The exception messagecause
- The cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |