Class SdkException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccountRequiresMemoException, InvalidSep10ChallengeException, NetworkException, PrepareTransactionException, StrKeyException, UnexpectedException

public class SdkException extends RuntimeException
Base class for all exceptions thrown by the SDK.
See Also:
  • Constructor Details

    • SdkException

      public SdkException()
    • SdkException

      public SdkException(String message)
    • SdkException

      public SdkException(String message, Throwable cause)
    • SdkException

      public SdkException(Throwable cause)
    • SdkException

      public SdkException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)