net.dpml.transit
Class TransitRuntimeException

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

public class TransitRuntimeException
extends RuntimeException

Runtime exception to indicate that there was a transit system error.

Version:
2.1.1
Author:
Digital Product Management Library
See Also:
Serialized Form

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

TransitRuntimeException

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

Parameters:
message - The detail message for this exception.

TransitRuntimeException

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

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