net.dpml.transit
Class TransitException

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

public class TransitException
extends ProtocolException

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

Version:
1.0.1
Author:
Digital Product Meta 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.
 
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