Package org.commonjava.indy.data
Class IndyDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.commonjava.indy.IndyException
-
- org.commonjava.indy.data.IndyDataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidArtifactStoreException
public class IndyDataException extends org.commonjava.indy.IndyExceptionException that indicates an error occurred while retrieving or managing configuration data about one or moreArtifactStoreinstances.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndyDataException(int status, String message, Object... params)IndyDataException(int status, String message, Throwable cause, Object... params)IndyDataException(String message, Object... params)IndyDataException(String message, Throwable cause, Object... params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()intgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-