public class IllegalOperationException
extends LocalizableRuntimeException
Constructor and Description |
---|
IllegalOperationException()
Constructs a new IllegalOperationException .
|
IllegalOperationException(IStringResource message,
java.lang.Object... insertions)
Constructs an IllegalOperationException with the specified detail message with its (optional) insertions.
|
IllegalOperationException(java.lang.String message)
Constructs a new IllegalOperationException .
|
IllegalOperationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new IllegalOperationException .
|
IllegalOperationException(java.lang.Throwable cause)
Constructs a new IllegalOperationException .
|
IllegalOperationException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions)
Constructs an IllegalOperationException with the specified detail message with its (optional) insertions.
|
public IllegalOperationException()
public IllegalOperationException(java.lang.String message)
message
- The message with which the IllegalOperationException should be made.public IllegalOperationException(java.lang.String message, java.lang.Throwable cause)
message
- The message with which the IllegalOperationException should be made.cause
- It contains the stack trace data.public IllegalOperationException(java.lang.Throwable cause)
cause
- It contains the stack trace data.public IllegalOperationException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
cause
- message
- insertions
- public IllegalOperationException(IStringResource message, java.lang.Object... insertions)
message
- insertions
-