|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.oodt.product.ProductException
public class ProductException
Checked exception to indicate a product fault.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProductException()
public ProductException(String msg)
msg - Detail message.public ProductException(Throwable cause)
ProductException instance.
cause - a Throwable value.
public ProductException(String msg,
Throwable cause)
ProductException instance.
msg - a String value.cause - a Throwable value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||