|
|||||||||
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.notification.CheckoutParserException
public class CheckoutParserException
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 |
---|
public CheckoutParserException()
CheckoutParserException
without detail message.
public CheckoutParserException(java.lang.String msg)
CheckoutParserException
with
the specified detail message.
msg
- The detail message.public CheckoutParserException(java.lang.Exception e)
CheckoutParserException
with
the specified nested exception.
e
- The nested exceptionpublic CheckoutParserException(java.lang.String msg, java.lang.Exception e)
CheckoutParserException
with
the specified detail message and the nested exception.
msg
- The error messagee
- The nested exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |