Class IndyDataException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    InvalidArtifactStoreException

    public class IndyDataException
    extends org.commonjava.indy.IndyException
    Exception that indicates an error occurred while retrieving or managing configuration data about one or more ArtifactStore instances.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndyDataException

        public IndyDataException​(String message,
                                 Object... params)
      • IndyDataException

        public IndyDataException​(int status,
                                 String message,
                                 Throwable cause,
                                 Object... params)
      • IndyDataException

        public IndyDataException​(int status,
                                 String message,
                                 Object... params)
    • Method Detail

      • getStatus

        public int getStatus()
      • getMessage

        public String getMessage()
        Overrides:
        getMessage in class org.commonjava.indy.IndyException