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

Public Member Functions

 OtpRequiredException ()
 
 OtpRequiredException (final String message)
 
 OtpRequiredException (String message, Throwable cause)
 
 OtpRequiredException (int code)
 
 OtpRequiredException (int code, String message)
 
 OtpRequiredException (int code, Throwable cause)
 
 OtpRequiredException (int code, String message, Throwable cause)
 
 OtpRequiredException (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 OtpRequiredException.java.

Constructor & Destructor Documentation

◆ OtpRequiredException() [1/8]

org.openkilda.exception.OtpRequiredException.OtpRequiredException ( )

Instantiates when user is unauthorized.

Parameters
messagethe message

Definition at line 17 of file OtpRequiredException.java.

◆ OtpRequiredException() [2/8]

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

Definition at line 21 of file OtpRequiredException.java.

◆ OtpRequiredException() [3/8]

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

Definition at line 25 of file OtpRequiredException.java.

◆ OtpRequiredException() [4/8]

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

Definition at line 29 of file OtpRequiredException.java.

◆ OtpRequiredException() [5/8]

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

Definition at line 33 of file OtpRequiredException.java.

◆ OtpRequiredException() [6/8]

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

Definition at line 37 of file OtpRequiredException.java.

◆ OtpRequiredException() [7/8]

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

Definition at line 41 of file OtpRequiredException.java.

◆ OtpRequiredException() [8/8]

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

Definition at line 45 of file OtpRequiredException.java.


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