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