Class WebValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.kukenan.smartfi.microservice.onboarding.exception.WebValidationException
- All Implemented Interfaces:
Serializable
Web Validation Exception .
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
code
private int codeCode for Exception .
-
-
Constructor Details
-
WebValidationException
User constructor.- Parameters:
msg- Message error.code- Message number for error.
-
-
Method Details
-
getCode
public int getCode()Get code.- Returns:
- Messager number for error.
-
setCode
public void setCode(int code) Set code.- Parameters:
code- Message number for error.
-