net.dpml.transit
Class TransitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.ProtocolException
                  extended by net.dpml.transit.TransitException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArtifactException

public class TransitException
extends ProtocolException

Exception to indicate that there was an exception related to the transit protocol.

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

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

TransitException

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

Parameters:
message - The detail message for this exception.

TransitException

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

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