Example usage for Java javax.resource NotSupportedException fields, constructors, methods, implement or subclass
The text is from its open source code.
NotSupportedException(String message, Throwable cause) Constructs a new throwable with the specified detail message and cause. | |
NotSupportedException(String message, String errorCode) Constructs a new throwable with the specified detail message and error code. | |
NotSupportedException(String message) Constructs a new instance with the specified detail message. | |
NotSupportedException(Throwable cause) Constructs a new throwable with the specified cause. |