public class IllegalOperationException
extends java.lang.RuntimeException
Constructor and Description |
---|
IllegalOperationException()
Creates a new instance of
IllegalOperationException . |
IllegalOperationException(java.lang.String message)
Constructs an instance of
IllegalOperationException with the specified
detail message. |
public IllegalOperationException()
IllegalOperationException
.public IllegalOperationException(java.lang.String message)
IllegalOperationException
with the specified
detail message.message
- the exception message.