|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openwms.core.service.exception.ServiceException
org.openwms.core.service.voter.DeniedException
public class DeniedException
A DeniedException is thrown by a DecisionVoter
s in case a business
action is not allowed to be executed.
Constructor Summary | |
---|---|
DeniedException(String message)
Create a new DeniedException. |
|
DeniedException(String message,
Throwable cause)
Create a new DeniedException. |
|
DeniedException(Throwable cause)
Create a new DeniedException. |
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 DeniedException(String message)
message
- Detail messagepublic DeniedException(Throwable cause)
cause
- Root causepublic DeniedException(String message, Throwable cause)
message
- Detail messagecause
- Root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |