All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.server.LaunchFailedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.SecurityException
                                   |
                                   +----ajanta.server.LaunchFailedException

public class LaunchFailedException
extends 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.


Constructor Index

 o LaunchFailedException()
 o LaunchFailedException(String, Exception)

Method Index

 o getEmbeddedException()
Return the embeded exception object

Constructors

 o LaunchFailedException
 public LaunchFailedException()
 o LaunchFailedException
 public LaunchFailedException(String mesg,
                              Exception e)
Parameters:
mesg - message indicating reason for failure
e - embeded exception which caused in launch failure

Methods

 o getEmbeddedException
 public Exception getEmbeddedException()
Return the embeded exception object


All Packages  Class Hierarchy  This Package  Previous  Next  Index