net.dpml.transit
Class TransitError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by net.dpml.transit.TransitError
All Implemented Interfaces:
Serializable

public class TransitError
extends Error

Critical Transit system error.

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

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

TransitError

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

Parameters:
message - The detail message for this exception.

TransitError

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

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