Class TransferNotSupportedException

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DeviceEngagement getDeviceEngagement() Gets device engagement.
      • Methods inherited from class com.scytales.mvalid.sdk.SDKException

        getMessage
      • Methods inherited from class java.lang.Throwable

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

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

      • TransferNotSupportedException

        TransferNotSupportedException(DeviceEngagement deviceEngagement)
        Instantiates a new Transfer not supported exception.
        Parameters:
        deviceEngagement - the device engagement
      • TransferNotSupportedException

        TransferNotSupportedException(DeviceEngagement deviceEngagement, String message)
        Instantiates a new Transfer not supported exception.
        Parameters:
        deviceEngagement - the device engagement
        message - the message
      • TransferNotSupportedException

        TransferNotSupportedException(DeviceEngagement deviceEngagement, Throwable e)
        Instantiates a new Transfer not supported exception.
        Parameters:
        deviceEngagement - the device engagement
        e - the e