Class TransferException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class TransferException extends SDKException
The type Transfer exception.
-
-
Constructor Summary
Constructors Constructor Description TransferException(String message)
Instantiates a new Transfer exception. TransferException(String message, Throwable th)
Instantiates a new Transfer exception.
-
Method Summary
Modifier and Type Method Description -
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
-
-