Searched defs:NotSupportedException (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DNotSupportedException.java44 * NotSupportedException exception indicates that the request cannot be
53 public class NotSupportedException extends java.lang.Exception class in inherits:java.lang.Exception
55 public NotSupportedException() method in class:NotSupportedException
60 public NotSupportedException(String msg) method in class:NotSupportedException
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/
H A DNotSupportedException.java44 * A <code>NotSupportedException</code> is thrown to indicate that
51 * <code>NotSupportedException</code> exception.
58 public class NotSupportedException extends javax.resource.ResourceException { class in inherits:javax.resource.ResourceException
63 public NotSupportedException() { super(); } method in class:NotSupportedException
70 public NotSupportedException(String message) { method in class:NotSupportedException
79 public NotSupportedException(Throwable cause) { method in class:NotSupportedException
90 public NotSupportedException(String message, Throwable cause) { method in class:NotSupportedException
101 public NotSupportedException(String message, String errorCode) { method in class:NotSupportedException

Completed in 928 milliseconds