Package com.ibm.security.verifysdk.core
Class ErrorMessage
-
- All Implemented Interfaces:
-
java.io.Serializable
@ExperimentalSerializationApi()@Serializable() public final class ErrorMessage extends Exception
-
-
Constructor Summary
Constructors Constructor Description ErrorMessage(String error, String errorDescription)
-
Method Summary
Modifier and Type Method Description final String
getError()
final String
getErrorDescription()
-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-