Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.management.runtime
Class InvalidStateException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.management.runtime.ExecutableException
            |
            +--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
to Class ExecutableException
indicates the an invalid state transition has been attempted on a
ManagedExecutable.
 
 

Field Summary
private final static long
Constructor Summary
public void
InvalidStateException(String message, Throwable cause)
public void
InvalidStateException(Throwable cause)
public void
InvalidStateException(String message)
Field Detail
serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
InvalidStateException
public void InvalidStateException (String message, Throwable cause)
 
Parameters:
message an error message
cause the cause of the exception
Stereotype:
create
 

InvalidStateException
public void InvalidStateException (Throwable cause)
 
Parameters:
cause the cause of the exception
Stereotype:
create
 

InvalidStateException
public void InvalidStateException (String message)
 
Parameters:
message an error message
Stereotype:
create
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD