dextuploadjk.license
Class JKAuthFailedException
- Minimum version
- 1.0.0
- Minimum environment
- Java 17, Jakarta EE 9+
- Description
-
The JKAuthFailedException class is an exception class that delivers error information that occurred during the license verification process. The JKAuthFailedException class inherits the JKException class and is an unchecked exception.
수퍼 클래스
- Constructor
-
JKAuthFailedException
-
Creates an object of the JKAuthFailedException class.
-
Signatures
public JKAuthFailedException() public JKAuthFailedException(String message) public JKAuthFailedException(String message, Throwable cause) public JKAuthFailedException(Throwable cause)
-
Parameters
Name Type Description message java.lang.String Exception message cause java.lang.Throwable Throwable object
-