Package gov.usgs.earthquake.product
Class InvalidProductException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.usgs.earthquake.product.InvalidProductException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidProductException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidProductException()
Generic Invalid Product exception constructorInvalidProductException(java.lang.String message)
Exception taking in a messageInvalidProductException(java.lang.String message, java.lang.Throwable cause)
Exception taking in a message, causeInvalidProductException(java.lang.Throwable cause)
Exception taking in a cause
-
-
-
Constructor Detail
-
InvalidProductException
public InvalidProductException()
Generic Invalid Product exception constructor
-
InvalidProductException
public InvalidProductException(java.lang.String message)
Exception taking in a message- Parameters:
message
- Message relating to exception
-
InvalidProductException
public InvalidProductException(java.lang.String message, java.lang.Throwable cause)
Exception taking in a message, cause- Parameters:
message
- Message relating to exceptioncause
- throwable relating to exception
-
InvalidProductException
public InvalidProductException(java.lang.Throwable cause)
Exception taking in a cause- Parameters:
cause
- throwable relating to exception
-
-