Example usage for Java javax.xml.registry UnsupportedCapabilityException fields, constructors, methods, implement or subclass
The text is from its open source code.
UnsupportedCapabilityException(String reason) Constructs a JAXRException object with the given String as the reason for the exception being thrown. | |
UnsupportedCapabilityException(Throwable cause) Constructs a JAXRException object initialized with the given Throwable object. | |
UnsupportedCapabilityException() Constructs a JAXRException object with no reason or embedded Throwable. |