Class ConsentAuthorizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.adorsys.ledgers.oba.rest.api.resource.exception.ConsentAuthorizeException
-
- All Implemented Interfaces:
Serializable
public class ConsentAuthorizeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsentAuthorizeException(org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>getError()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConsentAuthorizeException
public ConsentAuthorizeException(org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> error)
-
-
Method Detail
-
getError
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> getError()
-
-