From ad5a8c30af02fb7e2a25a6a647d571a5107ef116 Mon Sep 17 00:00:00 2001
From: mrglavas Create a new Create a new DatatypeConfigurationException with
* no specified detail mesage and cause.DatatypeConfigurationException with
- * the specified detail message.
Create a new DatatypeConfigurationException with
- * the specified detail message and cause.
null value is permitted, and indicates that the cause is nonexistent or unknown.
- */
- public DatatypeConfigurationException(String message, Throwable cause) {
+ /**
+ * Create a new DatatypeConfigurationException with
+ * the specified detail message and cause.
null value is permitted, and indicates that the cause is nonexistent or unknown.
+ */
+
+ public DatatypeConfigurationException(String message, Throwable cause) {
super(message);
initCauseByReflection(cause);
- }
-
- /**
- * Create a new DatatypeConfigurationException with
- * the specified cause.
null value is permitted, and indicates that the cause is nonexistent or unknown.
- */
+ }
- public DatatypeConfigurationException(Throwable cause) {
+ /**
+ * Create a new DatatypeConfigurationException with
+ * the specified cause.
null value is permitted, and indicates that the cause is nonexistent or unknown.
+ */
+
+ public DatatypeConfigurationException(Throwable cause) {
super(cause == null ? null : cause.toString());
initCauseByReflection(cause);
- }
+ }
/**
* Print the the trace of methods from where the error