Example usage for Java javax.xml.registry JAXRException fields, constructors, methods, implement or subclass
The text is from its open source code.
JAXRException(String reason) Constructs a JAXRException object with the given String as the reason for the exception being thrown. | |
JAXRException(Throwable cause) Constructs a JAXRException object initialized with the given Throwable object. | |
JAXRException(String reason, Throwable cause) Constructs a JAXRException object with the given String as the reason for the exception being thrown and the given Throwable object as an embedded Throwable. | |
JAXRException() Constructs a JAXRException object with no reason or embedded Throwable. |
Throwable | fillInStackTrace() Fills in the execution stack trace. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message for this JAXRException object. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |