Class ProductAlreadyInStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.distribution.ProductAlreadyInStorageException
All Implemented Interfaces:
Serializable

public class ProductAlreadyInStorageException extends Exception
An exception thrown when storing a product already in storage.
See Also:
  • Constructor Details

    • ProductAlreadyInStorageException

      public ProductAlreadyInStorageException(String message)
      Construct a new StorageException object.
      Parameters:
      message - description of exception.
    • ProductAlreadyInStorageException

      public ProductAlreadyInStorageException(String message, Throwable cause)
      Construct a new StorageException object.
      Parameters:
      message - description of exception
      cause - the exception that caused this exception.