Class InvalidCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
es.kukenan.smartfi.common.service.exceptions.KukenanWalletException
es.kukenan.smartfi.common.service.exceptions.InvalidCallException
- All Implemented Interfaces:
Serializable
Exception caused by invalid arguments received from a call.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvalidCallException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.InvalidCallException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCallException
public InvalidCallException(String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-
InvalidCallException
protected InvalidCallException(String code, String message, Throwable cause, Set<es.kukenan.smartfi.common.api.dtos.error.ErrorDetailDto> details) Constructor.- Parameters:
code- custom code message.message- exception message.cause- exception cause.details- exceptionErrorDetailDto.
-