net.dpml.transit
Class TransitAlreadyInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dpml.transit.TransitRuntimeException
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.0.0
- Author:
- The Digital Product Meta Library
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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