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

com.newstep.solid.management.runtime
Class OperationNotSupportedException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.management.runtime.ExecutableException
            |
            +--com.newstep.solid.management.runtime.OperationNotSupportedException
All Implemented Interfaces:
       Serializable

public class OperationNotSupportedException      
Exceptions:
true
 
Links:
Generalization Generalization Link
to Class ExecutableException
 
 

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

OperationNotSupportedException
public void OperationNotSupportedException (Throwable cause)
 
Parameters:
cause originating cause of error
Stereotype:
create
 

OperationNotSupportedException
public void OperationNotSupportedException (String message)
 
Parameters:
message error message string
Stereotype:
create
 

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