|
||||||||||
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 | +--java.lang.RuntimeException | +--java.lang.SecurityException | +--ajanta.server.LaunchFailedException
It is used to indicate failure in launching an agent and reason for the failure. It also store an embeded exception if one exits...exception which may have caused launch failure.
Constructor Summary | |
LaunchFailedException()
|
|
LaunchFailedException(java.lang.String mesg,
java.lang.Exception e)
|
Method Summary | |
java.lang.Exception |
getEmbeddedException()
Return the embeded exception object |
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 LaunchFailedException()
public LaunchFailedException(java.lang.String mesg, java.lang.Exception e)
mesg
- message indicating reason for failuree
- embeded exception which caused in launch failureMethod Detail |
public java.lang.Exception getEmbeddedException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |