com.gridsystems.launcher
Class LaunchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gridsystems.launcher.LaunchException
All Implemented Interfaces:
java.io.Serializable

public class LaunchException
extends java.lang.Exception

Exceptions thrown on errors during Launcher.launch() calls.

Version:
1.0
Author:
Rodrigo Ruiz
See Also:
Serialized Form

Constructor Summary
LaunchException(java.lang.String message, java.lang.Throwable cause)
          Default constructor.
 
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

LaunchException

public LaunchException(java.lang.String message,
                       java.lang.Throwable cause)
Default constructor.

Parameters:
message - The message for this exception
cause - The root exception


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.