public class IllegalOperationException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ILLEGAL_OPERATION_EXCEPTION
Error message for the exception.
|
Constructor and Description |
---|
IllegalOperationException()
Constructs an
IllegalOperationException with no detail
message. |
IllegalOperationException(java.lang.String s)
Constructs an
IllegalOperationException with the specified
detail message. |
public static final java.lang.String ILLEGAL_OPERATION_EXCEPTION
public IllegalOperationException()
IllegalOperationException
with no detail
message.public IllegalOperationException(java.lang.String s)
IllegalOperationException
with the specified
detail message.s
- the detail message.Copyright © 2014 OpenText Corp. All rights reserved.