Open Kilda Java Documentation
org.usermanagement.exception.CustomException Class Referenceabstract
Inheritance diagram for org.usermanagement.exception.CustomException:
org.openkilda.exception.InvalidOtpException org.openkilda.exception.OtpRequiredException org.openkilda.exception.TwoFaKeyNotSetException org.usermanagement.exception.RequestValidationException

Public Member Functions

 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

Definition at line 3 of file CustomException.java.

Constructor & Destructor Documentation

◆ CustomException() [1/8]

org.usermanagement.exception.CustomException.CustomException ( )

Definition at line 7 of file CustomException.java.

◆ CustomException() [2/8]

org.usermanagement.exception.CustomException.CustomException ( String  message)

Definition at line 9 of file CustomException.java.

◆ CustomException() [3/8]

org.usermanagement.exception.CustomException.CustomException ( String  message,
Throwable  cause 
)

Definition at line 13 of file CustomException.java.

◆ CustomException() [4/8]

org.usermanagement.exception.CustomException.CustomException ( int  code)

Definition at line 17 of file CustomException.java.

◆ CustomException() [5/8]

org.usermanagement.exception.CustomException.CustomException ( int  code,
String  message 
)

Definition at line 21 of file CustomException.java.

◆ CustomException() [6/8]

org.usermanagement.exception.CustomException.CustomException ( int  code,
Throwable  cause 
)

Definition at line 26 of file CustomException.java.

◆ CustomException() [7/8]

org.usermanagement.exception.CustomException.CustomException ( int  code,
String  message,
Throwable  cause 
)

Definition at line 31 of file CustomException.java.

◆ CustomException() [8/8]

org.usermanagement.exception.CustomException.CustomException ( int  code,
String  message,
Throwable  cause,
boolean  enableSuppression,
boolean  writableStackTrace 
)

Definition at line 36 of file CustomException.java.

Member Function Documentation

◆ getCode()

Integer org.usermanagement.exception.CustomException.getCode ( )

Definition at line 42 of file CustomException.java.


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