| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.management.runtime
|
Class InvalidStateException
|
java.lang.Throwable
|
+--java.lang.Exception
|
|
+--com.newstep.solid.management.runtime.InvalidStateException
All Implemented Interfaces:
Serializable
public class InvalidStateException
indicates the an invalid state transition has been attempted on a
ManagedExecutable.
Exceptions:
true
Links:
Generalization Generalization Link
indicates the an invalid state transition has been attempted on a
ManagedExecutable.
| Field Summary |
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
public void |
|
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
public void InvalidStateException (String message, Throwable cause)
Parameters:
message an error message
cause the cause of the exception
Stereotype:
create
public void InvalidStateException (Throwable cause)
Parameters:
cause the cause of the exception
Stereotype:
create
public void InvalidStateException (String message)
Parameters:
message an error message
Stereotype:
create
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|