Package org.stellar.sdk.exception
Class SdkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountRequiresMemoException
,InvalidSep10ChallengeException
,NetworkException
,PrepareTransactionException
,UnexpectedException
Base class for all exceptions thrown by the SDK.
- See Also:
-
Constructor Summary
ConstructorDescriptionSdkException
(String message) SdkException
(String message, Throwable cause) SdkException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) SdkException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SdkException
public SdkException() -
SdkException
-
SdkException
-
SdkException
-
SdkException
-