Java javax.resource NotSupportedException fields, constructors, methods, implement or subclass

Example usage for Java javax.resource NotSupportedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.resource NotSupportedException.

The text is from its open source code.

Constructor

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.