com.oakgrovesystems.reactor
Class StartupException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.reactor.StartupException
All Implemented Interfaces:
java.io.Serializable

public class StartupException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
protected  java.lang.Exception containedException
           
protected  java.lang.String message
           
 
Constructor Summary
StartupException(java.lang.String message)
           
StartupException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

message

protected java.lang.String message

containedException

protected java.lang.Exception containedException
Constructor Detail

StartupException

public StartupException(java.lang.String message)

StartupException

public StartupException(java.lang.String message,
                        java.lang.Exception e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.