|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.checkout.CheckoutSystemException
public class CheckoutSystemException
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 |
---|
public CheckoutSystemException()
CheckoutSystemException
without
detail message.
public CheckoutSystemException(java.lang.String msg)
CheckoutSystemException
with the
specified detail message.
msg
- The detail message.public CheckoutSystemException(java.lang.Exception e)
CheckoutSystemException
with the
specified nested exception.
e
- The nested exception.public CheckoutSystemException(java.lang.String msg, java.lang.Exception e)
CheckoutSystemException
with the
specified nested exception and the detail message.
msg
- The detail message.e
- The nested exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |