Class MiddlewareModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.adorsys.ledgers.middleware.api.exception.MiddlewareModuleException
-
- All Implemented Interfaces:
Serializable
public class MiddlewareModuleException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MiddlewareModuleException()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Supplier<MiddlewareModuleException>blockedSupplier(MiddlewareErrorCode code, String iban, boolean isRegularBlock)static MiddlewareModuleExceptionpaymentValidationException(String msg)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
blockedSupplier
public static Supplier<MiddlewareModuleException> blockedSupplier(MiddlewareErrorCode code, String iban, boolean isRegularBlock)
-
paymentValidationException
public static MiddlewareModuleException paymentValidationException(String msg)
-
-