Java |
Name | Description | |
---|---|---|
JavaException | Initializes a new instance of the JavaException class. | |
JavaException(String) | Initializes a new instance of the JavaException class with a specified error message. | |
JavaException(String, Exception) | Initializes a new instance of the System.Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. | |
JavaException(String, String) | Initializes a new instance of the JavaException class with a specified error message and JVM stack trace | |
JavaException(String, String, String) | Initializes a new instance of the JavaException class with a specified error message and JVM stack trace | |
JavaException(String, String, String, JavaException) | Initializes a new instance of the JavaException class with a specified error message and JVM stack trace |