Example usage for Java javax.xml.registry RegistryException fields, constructors, methods, implement or subclass
The text is from its open source code.
RegistryException(String reason) Constructs a JAXRException object with the given String as the reason for the exception being thrown. | |
RegistryException(Throwable cause) Constructs a JAXRException object initialized with the given Throwable object. | |
RegistryException(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. |
Throwable | getCause() Returns the Throwable embedded in this JAXRException if there is one. |
String | getLocalizedMessage() Creates a localized description of this throwable. |
String | getMessage() Returns the detail message for this JAXRException object. |
Throwable | initCause(Throwable cause) Initializes the cause of this throwable to the specified value. |