Class ValApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hack23.cia.service.external.val.api.ValApiException
- All Implemented Interfaces:
Serializable
The Class ValApiException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValApiException(String message, Throwable cause) Instantiates a new val api exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValApiException
Instantiates a new val api exception.- Parameters:
message- the messagecause- the cause
-