|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.ProtocolException
net.dpml.transit.TransitException
net.dpml.transit.ArtifactException
net.dpml.transit.ArtifactAlreadyExistsException
public class ArtifactAlreadyExistsException
Exception to indicate that the Artifact already exists in the cache and can therefor not be written to.
Constructor Summary | |
---|---|
ArtifactAlreadyExistsException(java.lang.String message,
Artifact artifact)
Construct a new ArtifactAlreadyExistsException instance. |
Method Summary | |
---|---|
Artifact |
getArtifact()
Returns the Artifact that were attempted to be written to. |
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 |
---|
public ArtifactAlreadyExistsException(java.lang.String message, Artifact artifact)
ArtifactAlreadyExistsException
instance.
message
- the exception messageartifact
- the subject artifactMethod Detail |
---|
public Artifact getArtifact()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |