Package org.commonjava.indy.data
Class InvalidArtifactStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.commonjava.indy.IndyException
-
- org.commonjava.indy.data.IndyDataException
-
- org.commonjava.indy.data.InvalidArtifactStoreException
-
- All Implemented Interfaces:
Serializable
public class InvalidArtifactStoreException extends IndyDataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidArtifactStoreException(String message, Throwable cause, Object... params)
-
Method Summary
-
Methods inherited from class org.commonjava.indy.data.IndyDataException
getMessage, getStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-