com.google.checkout.notification
Class CheckoutParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.checkout.notification.CheckoutParserException
All Implemented Interfaces:
java.io.Serializable

public class CheckoutParserException
extends java.lang.Exception

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

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

CheckoutParserException

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


CheckoutParserException

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

Parameters:
msg - The detail message.

CheckoutParserException

public CheckoutParserException(java.lang.Exception e)
Constructs an instance of CheckoutParserException with the specified nested exception.

Parameters:
e - The nested exception

CheckoutParserException

public CheckoutParserException(java.lang.String msg,
                               java.lang.Exception e)
Constructs an instance of CheckoutParserException with the specified detail message and the nested exception.

Parameters:
msg - The error message
e - The nested exception