![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
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 CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | ) |
Definition at line 7 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | String | message | ) |
Definition at line 9 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | String | message, |
Throwable | cause | ||
) |
Definition at line 13 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | int | code | ) |
Definition at line 17 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | int | code, |
String | message | ||
) |
Definition at line 21 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | int | code, |
Throwable | cause | ||
) |
Definition at line 26 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | int | code, |
String | message, | ||
Throwable | cause | ||
) |
Definition at line 31 of file CustomException.java.
org.usermanagement.exception.CustomException.CustomException | ( | int | code, |
String | message, | ||
Throwable | cause, | ||
boolean | enableSuppression, | ||
boolean | writableStackTrace | ||
) |
Definition at line 36 of file CustomException.java.
Integer org.usermanagement.exception.CustomException.getCode | ( | ) |
Definition at line 42 of file CustomException.java.