net.dpml.transit.artifact
Class ArtifactException

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

public class ArtifactException
extends TransitException

Exception to indicate that there was an Artifact related error.

Version:
1.0.1
Author:
Digital Product Meta Library
See Also:
Serialized Form

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

ArtifactException

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

Parameters:
message - The detail message for this exception.

ArtifactException

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

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