Package gov.usgs.earthquake.distribution
Class InvalidSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.distribution.InvalidSignatureException
- All Implemented Interfaces:
Serializable
An exception thrown when storing a product already in storage.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidSignatureException
(String message) Construct a new StorageException object.InvalidSignatureException
(String message, Throwable cause) Construct a new StorageException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSignatureException
Construct a new StorageException object.- Parameters:
message
- description of exception.
-
InvalidSignatureException
Construct a new StorageException object.- Parameters:
message
- description of exceptioncause
- the exception that caused this exception.
-