dextuploadjk
Class JKException
- Minimum version
- 1.0.0
- Minimum environment
- Java 17, Jakarta EE 9+
- Description
-
The JKException class is the superclass of all exception classes that convey error information occurring in DEXTUploadJK. The JKException class inherits the java.lang.RuntimeException class. Therefore, the JKException class and its subclasses are all unchecked exceptions.
하위 서브 클래스
- Constructor
-
JKException
-
Creates an object of the JKException class.
-
Signatures
public JKException() public JKException(String message) public JKException(String message, Throwable cause) public JKException(Throwable cause)
-
Parameters
Name Type Description message java.lang.String Exception message cause java.lang.Throwable Throwable object
-