org.apache.oodt.product
Class ProductException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.oodt.product.ProductException
All Implemented Interfaces:
Serializable

public class ProductException
extends Exception

Checked exception to indicate a product fault.

Author:
Kelly
See Also:
Serialized Form

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

ProductException

public ProductException()
Construct a product exception with no detail message.


ProductException

public ProductException(String msg)
Construct a product exception with the given detail message.

Parameters:
msg - Detail message.

ProductException

public ProductException(Throwable cause)
Creates a new ProductException instance.

Parameters:
cause - a Throwable value.

ProductException

public ProductException(String msg,
                        Throwable cause)
Creates a new ProductException instance.

Parameters:
msg - a String value.
cause - a Throwable value.


Copyright © 1999-2012 Apache OODT. All Rights Reserved.