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