|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.google.checkout.CheckoutException
public class CheckoutException
This class is the base for any Checkout specific exceptions.
Constructor Summary | |
---|---|
CheckoutException()
Creates a new instance of CheckoutException without detail message. |
|
CheckoutException(java.lang.Exception e)
A constructor which takes a nested exception |
|
CheckoutException(java.lang.String msg)
A constructor which takes an error message |
|
CheckoutException(java.lang.String msg,
java.lang.Exception e)
A constructor which takes an error message and a 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 |
---|
public CheckoutException()
CheckoutException
without detail message.
public CheckoutException(java.lang.Exception e)
e
- The exceptionException
public CheckoutException(java.lang.String msg, java.lang.Exception e)
msg
- The error messagee
- The exceptionpublic CheckoutException(java.lang.String msg)
msg
- The error message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |