|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.palo.api.PaloAPIException
org.palo.api.exceptions.InsufficientRightsException
public class InsufficientRightsException
InsufficientRightsException
Signals that a certain operation has not enough rights to perform.
Constructor Summary | |
---|---|
InsufficientRightsException(java.lang.String message)
Creates an InsufficientRightsException with the specified message. |
|
InsufficientRightsException(java.lang.String message,
java.lang.Throwable cause)
Constructs an InsufficientRightsException with the specified
message and cause. |
Method Summary |
---|
Methods inherited from class org.palo.api.PaloAPIException |
---|
getData, getDescription, getErrorCode, getReason, setData |
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 InsufficientRightsException(java.lang.String message)
InsufficientRightsException
with the specified message.
message
- a detailed exception messagepublic InsufficientRightsException(java.lang.String message, java.lang.Throwable cause)
InsufficientRightsException
with the specified
message and cause.
message
- a detailed exception messagecause
- the cause for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |