SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.exceptions
Class LauncherInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.management.jmx.client.exceptions.LauncherInitializationException
All Implemented Interfaces:
java.io.Serializable

public class LauncherInitializationException
extends java.lang.Exception

The Class LauncherInitializationException.

See Also:
Serialized Form

Constructor Summary
LauncherInitializationException()
          Instantiates a new launcher initialization exception.
LauncherInitializationException(java.lang.String message)
          Instantiates a new launcher initialization exception.
LauncherInitializationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new launcher initialization exception.
LauncherInitializationException(java.lang.Throwable cause)
          Instantiates a new launcher initialization 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

LauncherInitializationException

public LauncherInitializationException()
Instantiates a new launcher initialization exception.


LauncherInitializationException

public LauncherInitializationException(java.lang.String message)
Instantiates a new launcher initialization exception.

Parameters:
message - the message

LauncherInitializationException

public LauncherInitializationException(java.lang.Throwable cause)
Instantiates a new launcher initialization exception.

Parameters:
cause - the cause

LauncherInitializationException

public LauncherInitializationException(java.lang.String message,
                                       java.lang.Throwable cause)
Instantiates a new launcher initialization exception.

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation