|
Changes since the last release |
|||||||||
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.ebay.sdk.SdkException
public class SdkException
The super class of all SDK exception types.
Title:
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
Constructor Summary | |
---|---|
SdkException()
Constructor. |
|
SdkException(java.lang.String message)
Constructor. |
|
SdkException(java.lang.String message,
java.lang.Throwable innerThrowable)
Constructor. |
|
SdkException(java.lang.Throwable innerThrowable)
Constructor. |
Method Summary | |
---|---|
java.lang.Throwable |
getInnerThrowable()
Get the inner exception object. |
java.lang.String |
getMessage()
Returns combined error message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 SdkException()
public SdkException(java.lang.String message)
message
- - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).public SdkException(java.lang.String message, java.lang.Throwable innerThrowable)
message
- StringinnerThrowable
- Throwablepublic SdkException(java.lang.Throwable innerThrowable)
innerThrowable
- ThrowableMethod Detail |
---|
public java.lang.Throwable getInnerThrowable()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.