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

Public Member Functions

 RequestValidationException ()
 
 RequestValidationException (String message)
 
 RequestValidationException (String message, Throwable cause)
 
 RequestValidationException (int code)
 
 RequestValidationException (int code, String message)
 
 RequestValidationException (int code, Throwable cause)
 
 RequestValidationException (int code, String message, Throwable cause)
 
 RequestValidationException (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

Definition at line 3 of file RequestValidationException.java.

Constructor & Destructor Documentation

◆ RequestValidationException() [1/8]

org.usermanagement.exception.RequestValidationException.RequestValidationException ( )

Definition at line 6 of file RequestValidationException.java.

◆ RequestValidationException() [2/8]

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

Definition at line 8 of file RequestValidationException.java.

◆ RequestValidationException() [3/8]

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

Definition at line 12 of file RequestValidationException.java.

◆ RequestValidationException() [4/8]

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

Definition at line 16 of file RequestValidationException.java.

◆ RequestValidationException() [5/8]

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

Definition at line 20 of file RequestValidationException.java.

◆ RequestValidationException() [6/8]

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

Definition at line 24 of file RequestValidationException.java.

◆ RequestValidationException() [7/8]

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

Definition at line 28 of file RequestValidationException.java.

◆ RequestValidationException() [8/8]

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

Definition at line 32 of file RequestValidationException.java.


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