Class ArdorAppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jelurida.ardor.integration.wallet.ledger.application.ArdorAppException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArdorAppException(int reasonCode, byte[] data) ArdorAppException(AppReturnCode reason) ArdorAppException(AppReturnCode reason, byte[] data) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArdorAppException
public ArdorAppException(int reasonCode, byte[] data) -
ArdorAppException
-
ArdorAppException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-