|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.bea.netuix.application.exception.NetuixException com.bea.netuix.application.exception.IllegalOperationException
public class IllegalOperationException
This exception is thrown when an operation is called on a portal object that it does not support either by design or due to the current state it is in. For eg: calling activateCommunity on for a community that is marked as a template.
Constructor Summary | |
---|---|
IllegalOperationException()
Constructs a IllegalOperationException with no specified detail message. |
|
IllegalOperationException(String s)
Constructs a IllegalOperationException with the specified detail message. |
|
IllegalOperationException(String s,
Throwable cause)
Constructs a IllegalOperationException with the specified detail message
and causal exception. |
|
IllegalOperationException(Throwable cause)
Constructs a IllegalOperationException with the specified causal exception. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalOperationException()
IllegalOperationException
with no specified detail message.
public IllegalOperationException(Throwable cause)
IllegalOperationException
with the specified causal exception.
cause
- The exception that caused this exception to be thrownpublic IllegalOperationException(String s)
IllegalOperationException
with the specified detail message.
s
- The detail messagepublic IllegalOperationException(String s, Throwable cause)
IllegalOperationException
with the specified detail message
and causal exception.
s
- The detail messagecause
- The exception that caused this exception to be thrown
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |