com.google.checkout.util
Class CheckoutXmlProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.checkout.CheckoutException
              extended by com.google.checkout.util.CheckoutXmlProcessorException
All Implemented Interfaces:
java.io.Serializable

public class CheckoutXmlProcessorException
extends CheckoutException

Author:
Charles Dang (cdang@google.com)
See Also:
Serialized Form

Constructor Summary
CheckoutXmlProcessorException()
          Creates a new instance of CheckoutXmlProcessorException without detail message.
CheckoutXmlProcessorException(java.lang.Exception ex)
          Constructs an instance of CheckoutXmlProcessorException with the wrapped exception
CheckoutXmlProcessorException(java.lang.String msg)
          Constructs an instance of CheckoutXmlProcessorException with the specified detail message.
 
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

CheckoutXmlProcessorException

public CheckoutXmlProcessorException()
Creates a new instance of CheckoutXmlProcessorException without detail message.


CheckoutXmlProcessorException

public CheckoutXmlProcessorException(java.lang.String msg)
Constructs an instance of CheckoutXmlProcessorException with the specified detail message.

Parameters:
msg - the detail message.

CheckoutXmlProcessorException

public CheckoutXmlProcessorException(java.lang.Exception ex)
Constructs an instance of CheckoutXmlProcessorException with the wrapped exception

Parameters:
ex - The wrapped exception