com.google.checkout
Class CheckoutSystemException

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

public class CheckoutSystemException
extends java.lang.RuntimeException

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

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

CheckoutSystemException

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


CheckoutSystemException

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

Parameters:
msg - The detail message.

CheckoutSystemException

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

Parameters:
e - The nested exception.

CheckoutSystemException

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

Parameters:
msg - The detail message.
e - The nested exception