Open Kilda Java Documentation
org.openkilda.exception.TwoFaKeyNotSetException Class Reference
Inheritance diagram for org.openkilda.exception.TwoFaKeyNotSetException:
org.usermanagement.exception.CustomException

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)
 
- 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 ()
 

Detailed Description

The Class UnauthorizedException.

Definition at line 8 of file TwoFaKeyNotSetException.java.

Constructor & Destructor Documentation

◆ TwoFaKeyNotSetException() [1/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( )

Instantiates when user is unauthorized.

Parameters
messagethe message

Definition at line 17 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [2/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( final String  message)

Definition at line 21 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [3/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( String  message,
Throwable  cause 
)

Definition at line 25 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [4/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( int  code)

Definition at line 29 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [5/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( int  code,
String  message 
)

Definition at line 33 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [6/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( int  code,
Throwable  cause 
)

Definition at line 37 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [7/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( int  code,
String  message,
Throwable  cause 
)

Definition at line 41 of file TwoFaKeyNotSetException.java.

◆ TwoFaKeyNotSetException() [8/8]

org.openkilda.exception.TwoFaKeyNotSetException.TwoFaKeyNotSetException ( int  code,
String  message,
Throwable  cause,
boolean  enableSuppression,
boolean  writableStackTrace 
)

Definition at line 45 of file TwoFaKeyNotSetException.java.


The documentation for this class was generated from the following file: