net.dpml.transit
Class TransitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.ProtocolException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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