Class 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 Detail

      • DataAdapterClientErrorException

        public DataAdapterClientErrorException()
        Default constructor.
      • DataAdapterClientErrorException

        public DataAdapterClientErrorException​(Throwable cause)
        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 Detail

      • getError

        public io.getlime.security.powerauth.lib.dataadapter.model.entity.DataAdapterError getError()
        Get data adapter error.
        Returns:
        Data adapter error.