Example usage for Java javax.xml.registry InvalidRequestException fields, constructors, methods, implement or subclass
The text is from its open source code.
InvalidRequestException(String reason) Constructs a JAXRException object with the given String as the reason for the exception being thrown. | |
InvalidRequestException(Throwable cause) Constructs a JAXRException object initialized with the given Throwable object. | |
InvalidRequestException(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. |
String | getLocalizedMessage() Creates a localized description of this throwable. |