![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| RequestValidationException () | |
| RequestValidationException (String message) | |
| RequestValidationException (String message, Throwable cause) | |
| RequestValidationException (int code) | |
| RequestValidationException (int code, String message) | |
| RequestValidationException (int code, Throwable cause) | |
| RequestValidationException (int code, String message, Throwable cause) | |
| RequestValidationException (int code, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | |
Public Member Functions inherited from org.usermanagement.exception.CustomException | |
| CustomException () | |
| CustomException (String message) | |
| CustomException (String message, Throwable cause) | |
| CustomException (int code) | |
| CustomException (int code, String message) | |
| CustomException (int code, Throwable cause) | |
| CustomException (int code, String message, Throwable cause) | |
| CustomException (int code, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | |
| Integer | getCode () |
Definition at line 3 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | ) |
Definition at line 6 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | String | message | ) |
Definition at line 8 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | String | message, |
| Throwable | cause | ||
| ) |
Definition at line 12 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | int | code | ) |
Definition at line 16 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | int | code, |
| String | message | ||
| ) |
Definition at line 20 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | int | code, |
| Throwable | cause | ||
| ) |
Definition at line 24 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | int | code, |
| String | message, | ||
| Throwable | cause | ||
| ) |
Definition at line 28 of file RequestValidationException.java.
| org.usermanagement.exception.RequestValidationException.RequestValidationException | ( | int | code, |
| String | message, | ||
| Throwable | cause, | ||
| boolean | enableSuppression, | ||
| boolean | writableStackTrace | ||
| ) |
Definition at line 32 of file RequestValidationException.java.