Class TransferNotSupportedException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TransferNotSupportedException extends SDKException
The type Transfer not supported exception.
-
-
Field Summary
Fields Modifier and Type Field Description public final DeviceEngagement
deviceEngagement
-
Constructor Summary
Constructors Constructor Description TransferNotSupportedException(DeviceEngagement deviceEngagement)
Instantiates a new Transfer not supported exception. TransferNotSupportedException(DeviceEngagement deviceEngagement, String message)
Instantiates a new Transfer not supported exception. TransferNotSupportedException(DeviceEngagement deviceEngagement, Throwable e)
Instantiates a new Transfer not supported exception.
-
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 engagementmessage
- the message
-
TransferNotSupportedException
TransferNotSupportedException(DeviceEngagement deviceEngagement, Throwable e)
Instantiates a new Transfer not supported exception.- Parameters:
deviceEngagement
- the device engagemente
- the e
-
-
Method Detail
-
getDeviceEngagement
@NonNull() DeviceEngagement getDeviceEngagement()
Gets device engagement.
-
-
-
-