org.locomotive.server
Class InitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.server.InitializationException

public class InitializationException
extends java.lang.Exception

A basic exception class that should be used to send initialization errors

See Also:
Serialized Form

Constructor Summary
InitializationException()
           
InitializationException(java.lang.String err)
           
InitializationException(java.lang.String err, java.lang.Throwable t)
          Sends the stack trace of the throwable to the superclass along with the err message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException()

InitializationException

public InitializationException(java.lang.String err)

InitializationException

public InitializationException(java.lang.String err,
                               java.lang.Throwable t)
Sends the stack trace of the throwable to the superclass along with the err message.