public class ProductException extends Exception
Constructor and Description |
---|
ProductException()
Construct a product exception with no detail message.
|
ProductException(String msg)
Construct a product exception with the given detail message.
|
ProductException(String msg,
Throwable cause)
Creates a new
ProductException instance. |
ProductException(Throwable cause)
Creates a new
ProductException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProductException()
public ProductException(String msg)
msg
- Detail message.public ProductException(Throwable cause)
ProductException
instance.cause
- a Throwable
value.Copyright © 1999–2017 Apache OODT. All rights reserved.