![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
InvalidOtpException (final String message) | |
InvalidOtpException (String message, Throwable cause) | |
InvalidOtpException (int code) | |
InvalidOtpException (int code, String message) | |
InvalidOtpException (int code, Throwable cause) | |
InvalidOtpException (int code, String message, Throwable cause) | |
InvalidOtpException (int code, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | |
![]() | |
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 () |
The Class UnauthorizedException.
Definition at line 8 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | final String | message | ) |
Instantiates when user is unauthorized.
message | the message |
Definition at line 17 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | String | message, |
Throwable | cause | ||
) |
Definition at line 21 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | int | code | ) |
Definition at line 25 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | int | code, |
String | message | ||
) |
Definition at line 29 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | int | code, |
Throwable | cause | ||
) |
Definition at line 33 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | int | code, |
String | message, | ||
Throwable | cause | ||
) |
Definition at line 37 of file InvalidOtpException.java.
org.openkilda.exception.InvalidOtpException.InvalidOtpException | ( | int | code, |
String | message, | ||
Throwable | cause, | ||
boolean | enableSuppression, | ||
boolean | writableStackTrace | ||
) |
Definition at line 41 of file InvalidOtpException.java.