|
||||||||||
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.ibm.di.api.DIException
com.ibm.di.api.AuthorizationException
public class AuthorizationException
This is the type of exception that is thrown when the authenticated user does not have the required authority to perform the specific operation.
Constructor Summary | |
---|---|
AuthorizationException()
The default constructor for this object. |
|
AuthorizationException(java.lang.String aMessage)
This is the constructor that provides a way to construct the object with a specific error message. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AuthorizationException()
public AuthorizationException(java.lang.String aMessage)
aMessage
- the message to be used in the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |