Java javax.xml.registry RegistryException fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.registry RegistryException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.registry RegistryException.

The text is from its open source code.

Constructor

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.

Method

ThrowablegetCause()
Returns the Throwable embedded in this JAXRException if there is one.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message for this JAXRException object.
ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.