net.dpml.transit
Class TransitAlreadyInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.dpml.transit.TransitRuntimeException
                  extended by net.dpml.transit.TransitAlreadyInitializedException
All Implemented Interfaces:
Serializable

public class TransitAlreadyInitializedException
extends TransitRuntimeException

Runtime exception throw when an attempt is made to initialize transit when an existing Transit instance is already active.

Version:
1.1.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
TransitAlreadyInitializedException(String message)
          Construct a new TransitAlreadyInitializedException instance.
TransitAlreadyInitializedException(String message, Throwable cause)
          Construct a new TransitAlreadyInitializedException instance.
 
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

TransitAlreadyInitializedException

public TransitAlreadyInitializedException(String message)
Construct a new TransitAlreadyInitializedException instance.

Parameters:
message - The detail message for this exception.

TransitAlreadyInitializedException

public TransitAlreadyInitializedException(String message,
                                          Throwable cause)
Construct a new TransitAlreadyInitializedException instance.

Parameters:
message - The detail message for this exception.
cause - the root cause of the exception