public abstract class OperationException extends UnitException
| Modifier | Constructor and Description | 
|---|---|
|   | OperationException()Constructs from nothing. | 
| protected  | OperationException(java.lang.String message)Constructs from an error message. | 
| protected  | OperationException(java.lang.String message,
                  java.lang.Exception e)Constructs from an error message and the exception that caused the
 problem. | 
public OperationException()
protected OperationException(java.lang.String message)
message - The error message.protected OperationException(java.lang.String message,
                             java.lang.Exception e)
message - The error message.e - The exception that caused the problem.