Class WalletPinException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WalletPinException
    extends java.lang.Exception
    An exception raised whenever performing an operation related to wallet pin while it is not set previously. This class is deprecated and no longer supported since SDK version 6.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      WalletPinException​(java.lang.String message)
      Constructor
      WalletPinException​(java.lang.String message, java.lang.Throwable exception)
      Constructor given the message and the cause of the exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • WalletPinException

        public WalletPinException​(java.lang.String message)
        Constructor
        Parameters:
        message - Exception message
      • WalletPinException

        public WalletPinException​(java.lang.String message,
                                  java.lang.Throwable exception)
        Constructor given the message and the cause of the exception
        Parameters:
        message - Exception message
        exception - Cause of the exception