Class TppEngineClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.getlime.security.powerauth.lib.tpp.engine.client.TppEngineClientException
- All Implemented Interfaces:
Serializable
public class TppEngineClientException extends Exception
Exception thrown from the data adapter in case of an error.
- Author:
- Petr Dvorak, petr@wultra.com
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TppEngineClientException()Default constructor.TppEngineClientException(Throwable cause)Constructor with cause.TppEngineClientException(Throwable cause, io.getlime.security.powerauth.app.tppengine.model.entity.TppEngineError error)Constructor with cause and error. -
Method Summary
Modifier and Type Method Description io.getlime.security.powerauth.app.tppengine.model.entity.TppEngineErrorgetError()Get data adapter error.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TppEngineClientException
public TppEngineClientException()Default constructor. -
TppEngineClientException
Constructor with cause.- Parameters:
cause- Exception cause.
-
TppEngineClientException
public TppEngineClientException(Throwable cause, io.getlime.security.powerauth.app.tppengine.model.entity.TppEngineError error)Constructor with cause and error.- Parameters:
cause- Exception cause.error- Data adapter error.
-
-
Method Details
-
getError
public io.getlime.security.powerauth.app.tppengine.model.entity.TppEngineError getError()Get data adapter error.- Returns:
- Data adapter error.
-