Class TransactionAuthorisationRequiredException

  • All Implemented Interfaces:
    java.io.Serializable

    @ResponseStatus(value=BAD_REQUEST,
                    code=BAD_REQUEST,
                    reason="AUTHORISE_CONSENT")
    public class TransactionAuthorisationRequiredException
    extends ParametrizedMessageException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionAuthorisationRequiredException​(de.adorsys.multibanking.domain.response.UpdateAuthResponse updateAuthResponse, java.lang.String consentId, java.lang.String authorisationId)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TransactionAuthorisationRequiredException

        public TransactionAuthorisationRequiredException​(de.adorsys.multibanking.domain.response.UpdateAuthResponse updateAuthResponse,
                                                         java.lang.String consentId,
                                                         java.lang.String authorisationId)