org.jdesktop.jdic.desktop.internal
Class LaunchFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdesktop.jdic.desktop.internal.LaunchFailedException
All Implemented Interfaces:
java.io.Serializable

public class LaunchFailedException
extends java.lang.Exception

Thrown by methods when the contenting handling application, or the system browser, or the system mailer client fails to be launched.

See Also:
Serialized Form

Constructor Summary
LaunchFailedException()
          Constructs a LaunchFailedException without a detail message.
LaunchFailedException(java.lang.String msg)
          Constructs a LaunchFailedException with a detail message.
 
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

LaunchFailedException

public LaunchFailedException()
Constructs a LaunchFailedException without a detail message.


LaunchFailedException

public LaunchFailedException(java.lang.String msg)
Constructs a LaunchFailedException with a detail message.

Parameters:
msg - the detail message pertaining to this exception.


Copyright © 2005 Sun Microsystems All Rights Reserved.