org.fuin.utils4swing.appstarter
Class StartApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fuin.utils4swing.appstarter.StartApplicationException
All Implemented Interfaces:
java.io.Serializable

public final class StartApplicationException
extends java.lang.Exception

Something went wrong starting the target application.

See Also:
Serialized Form

Constructor Summary
StartApplicationException(java.lang.String message)
          Constructor with message.
StartApplicationException(java.lang.String message, java.lang.Throwable cause)
          Constructor with message and cause.
 
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

StartApplicationException

public StartApplicationException(java.lang.String message)
Constructor with message.

Parameters:
message - Message explaining the error.

StartApplicationException

public StartApplicationException(java.lang.String message,
                                 java.lang.Throwable cause)
Constructor with message and cause.

Parameters:
message - Message explaining the error.
cause - Exception that caused the error.


Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.