javax.resource
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by javax.resource.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends ResourceException

Exception when a feature is not supported.

See Also:
Serialized Form

Constructor Summary
NotSupportedException()
           
NotSupportedException(java.lang.String msg)
           
NotSupportedException(java.lang.String msg, java.lang.String errorCode)
           
NotSupportedException(java.lang.String msg, java.lang.Throwable cause)
           
NotSupportedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSupportedException

public NotSupportedException()

NotSupportedException

public NotSupportedException(java.lang.String msg)

NotSupportedException

public NotSupportedException(java.lang.String msg,
                             java.lang.String errorCode)

NotSupportedException

public NotSupportedException(java.lang.String msg,
                             java.lang.Throwable cause)

NotSupportedException

public NotSupportedException(java.lang.Throwable cause)