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