java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jelurida.ardor.integration.wallet.ledger.application.ArdorAppException
All Implemented Interfaces:
Serializable

public class ArdorAppException extends RuntimeException
See Also:
  • Constructor Details

    • ArdorAppException

      public ArdorAppException(int reasonCode, byte[] data)
    • ArdorAppException

      public ArdorAppException(AppReturnCode reason)
    • ArdorAppException

      public ArdorAppException(AppReturnCode reason, byte[] data)
  • Method Details