public class OperationException
extends java.lang.Exception
| Constructor and Description |
|---|
OperationException()
Instantiates a new operation exception.
|
OperationException(java.lang.String message)
Instantiates a new operation exception.
|
OperationException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new operation exception.
|
OperationException(java.lang.Throwable cause)
Instantiates a new operation exception.
|
public OperationException()
public OperationException(java.lang.String message)
message - the messagepublic OperationException(java.lang.Throwable cause)
cause - the causepublic OperationException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause