| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.util.AbstractExceptionContainer
com.bea.wlai.client.EngineException
An exception which indicates an error accessing or manipulating the state of a WLAI engine. This may be a primary exception, or a secondary exception wrapping a primary exception. In the former case, no linked exception will be available, in the latter case, there will be one or more linked exceptions.
| Constructor Summary | |
EngineException(String message)
Construct a new EngineException with the given message, and no linked exceptions.  | 
|
EngineException(String message,
                Exception exception)
Construct a new EngineException with the given message and one linked exception.  | 
|
| Methods inherited from class com.bea.util.AbstractExceptionContainer | 
addException, containsException, getExceptions, getLinkedException, getRootCauseMessage, hasExceptions, printStackTrace, printStackTrace, printStackTrace, removeException, toString, toString | 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public EngineException(String message)
message - The message describing the details of this exception.
public EngineException(String message,
                       Exception exception)
message - The message describing the details of this exception.exception - The exception to link to the new exception.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||