Package org.stellar.sdk.exception
Class InvalidSep10ChallengeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.exception.InvalidSep10ChallengeException
- All Implemented Interfaces:
Serializable
If the SEP-0010 validation fails, the exception will be thrown.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSep10ChallengeException
(String message) InvalidSep10ChallengeException
(String message, 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
-
InvalidSep10ChallengeException
public InvalidSep10ChallengeException() -
InvalidSep10ChallengeException
-
InvalidSep10ChallengeException
-