Class InvalidProductException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.product.InvalidProductException
All Implemented Interfaces:
Serializable

public class InvalidProductException extends Exception
Specialized exception when a product is invalid
See Also:
  • Constructor Details

    • InvalidProductException

      public InvalidProductException()
      Generic Invalid Product exception constructor
    • InvalidProductException

      public InvalidProductException(String message)
      Exception taking in a message
      Parameters:
      message - Message relating to exception
    • InvalidProductException

      public InvalidProductException(String message, Throwable cause)
      Exception taking in a message, cause
      Parameters:
      message - Message relating to exception
      cause - throwable relating to exception
    • InvalidProductException

      public InvalidProductException(Throwable cause)
      Exception taking in a cause
      Parameters:
      cause - throwable relating to exception