public abstract class OperationException extends UnitException
| Modifier | Constructor and Description |
|---|---|
|
OperationException()
Constructs from nothing.
|
protected |
OperationException(String message)
Constructs from an error message.
|
protected |
OperationException(String message,
Exception e)
Constructs from an error message and the exception that caused the
problem.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OperationException()
protected OperationException(String message)
message - The error message.