ajanta.server
Class LaunchFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.SecurityException
                          |
                          +--ajanta.server.LaunchFailedException
All Implemented Interfaces:
java.io.Serializable

public class LaunchFailedException
extends java.lang.SecurityException

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.

See Also:
Serialized Form

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

LaunchFailedException

public LaunchFailedException()

LaunchFailedException

public LaunchFailedException(java.lang.String mesg,
                             java.lang.Exception e)
Parameters:
mesg - message indicating reason for failure
e - embeded exception which caused in launch failure
Method Detail

getEmbeddedException

public java.lang.Exception getEmbeddedException()
Return the embeded exception object