|
|||||||||
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
com.google.checkout.handlers.CheckoutHandlerException
public class CheckoutHandlerException
Constructor Summary | |
---|---|
CheckoutHandlerException()
Creates a new instance of CheckoutHandlerException without
detail message. |
|
CheckoutHandlerException(java.lang.Exception e)
Constructs an instance of CheckoutHandlerException with the
specified nested exception |
|
CheckoutHandlerException(int errorCode)
|
|
CheckoutHandlerException(java.lang.String msg)
Constructs an instance of CheckoutHandlerException with the
specified detail message. |
|
CheckoutHandlerException(java.lang.String msg,
java.lang.Exception e)
Constructs an instance of CheckoutHandlerException with the
specified detail message. |
Method Summary | |
---|---|
int |
getErrorCode()
Constructs an instance of CheckoutHandlerException with the
specified error code. |
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 CheckoutHandlerException()
CheckoutHandlerException
without
detail message.
public CheckoutHandlerException(java.lang.String msg)
CheckoutHandlerException
with the
specified detail message.
msg
- The detail message.public CheckoutHandlerException(int errorCode)
errorCode
- public CheckoutHandlerException(java.lang.Exception e)
CheckoutHandlerException
with the
specified nested exception
e
- The nested exceptionpublic CheckoutHandlerException(java.lang.String msg, java.lang.Exception e)
CheckoutHandlerException
with the
specified detail message.
msg
- The detail message.e
- The nested exceptionMethod Detail |
---|
public int getErrorCode()
CheckoutHandlerException
with the
specified error code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |