Package gov.usgs.earthquake.product
Class InvalidProductException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.product.InvalidProductException
- All Implemented Interfaces:
Serializable
Specialized exception when a product is invalid
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGeneric Invalid Product exception constructorInvalidProductException
(String message) Exception taking in a messageInvalidProductException
(String message, Throwable cause) Exception taking in a message, causeInvalidProductException
(Throwable cause) Exception taking in a cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidProductException
public InvalidProductException()Generic Invalid Product exception constructor -
InvalidProductException
Exception taking in a message- Parameters:
message
- Message relating to exception
-
InvalidProductException
Exception taking in a message, cause- Parameters:
message
- Message relating to exceptioncause
- throwable relating to exception
-
InvalidProductException
Exception taking in a cause- Parameters:
cause
- throwable relating to exception
-