Package gov.usgs.earthquake.distribution
Class InvalidSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.usgs.earthquake.distribution.InvalidSignatureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSignatureException extends java.lang.Exception
An exception thrown when storing a product already in storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSignatureException(java.lang.String message)
Construct a new StorageException object.InvalidSignatureException(java.lang.String message, java.lang.Throwable cause)
Construct a new StorageException object.
-
-
-
Constructor Detail
-
InvalidSignatureException
public InvalidSignatureException(java.lang.String message)
Construct a new StorageException object.- Parameters:
message
- description of exception.
-
InvalidSignatureException
public InvalidSignatureException(java.lang.String message, java.lang.Throwable cause)
Construct a new StorageException object.- Parameters:
message
- description of exceptioncause
- the exception that caused this exception.
-
-