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