net.dpml.transit
Class InvalidArtifactException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by net.dpml.transit.InvalidArtifactException
All Implemented Interfaces:
Serializable

public class InvalidArtifactException
extends IllegalArgumentException

Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.

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

Constructor Summary
InvalidArtifactException(String message)
          Construct a new InvalidArtifactException 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

InvalidArtifactException

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

Parameters:
message - the exception message