|
||||||||||
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.exception.DomainModelException
org.openwms.core.exception.StateChangeException
public class StateChangeException
A StateChangeException indicates that it is not allowed to switch the state of an entity.
Constructor Summary | |
---|---|
StateChangeException(String message)
Create a new StateChangeException. |
|
StateChangeException(String message,
Throwable cause)
Create a new StateChangeException. |
|
StateChangeException(Throwable cause)
Create a new StateChangeException. |
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 StateChangeException(String message)
message
- Detail messagepublic StateChangeException(Throwable cause)
cause
- Root causepublic StateChangeException(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 |