Class DataAdapterClientErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.getlime.security.powerauth.lib.dataadapter.client.DataAdapterClientErrorException
- All Implemented Interfaces:
Serializable
public class DataAdapterClientErrorException 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 DataAdapterClientErrorException()Default constructor.DataAdapterClientErrorException(Throwable cause)Constructor with cause.DataAdapterClientErrorException(Throwable cause, io.getlime.security.powerauth.lib.dataadapter.model.entity.DataAdapterError error)Constructor with cause and error. -
Method Summary
Modifier and Type Method Description io.getlime.security.powerauth.lib.dataadapter.model.entity.DataAdapterErrorgetError()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
-
DataAdapterClientErrorException
public DataAdapterClientErrorException()Default constructor. -
DataAdapterClientErrorException
Constructor with cause.- Parameters:
cause- Exception cause.
-
DataAdapterClientErrorException
public DataAdapterClientErrorException(Throwable cause, io.getlime.security.powerauth.lib.dataadapter.model.entity.DataAdapterError error)Constructor with cause and error.- Parameters:
cause- Exception cause.error- Data adapter error.
-
-
Method Details
-
getError
public io.getlime.security.powerauth.lib.dataadapter.model.entity.DataAdapterError getError()Get data adapter error.- Returns:
- Data adapter error.
-