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

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)
 
- 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 InvalidOtpException.java.

Constructor & Destructor Documentation

◆ InvalidOtpException() [1/7]

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

Instantiates when user is unauthorized.

Parameters
messagethe message

Definition at line 17 of file InvalidOtpException.java.

◆ InvalidOtpException() [2/7]

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

Definition at line 21 of file InvalidOtpException.java.

◆ InvalidOtpException() [3/7]

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

Definition at line 25 of file InvalidOtpException.java.

◆ InvalidOtpException() [4/7]

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

Definition at line 29 of file InvalidOtpException.java.

◆ InvalidOtpException() [5/7]

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

Definition at line 33 of file InvalidOtpException.java.

◆ InvalidOtpException() [6/7]

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

Definition at line 37 of file InvalidOtpException.java.

◆ InvalidOtpException() [7/7]

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

Definition at line 41 of file InvalidOtpException.java.


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