org.jboss.jca.as.converters
Class NotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.jca.as.converters.NotSupportedException
All Implemented Interfaces:
Serializable

public class NotSupportedException
extends Exception

NotSupportException

Version:
$Revision: $
Author:
Jeff Zhang
See Also:
Serialized Form

Constructor Summary
NotSupportedException()
          Constructs a new instance with null as its detail message.
NotSupportedException(String message)
          Constructs a new instance with the specified detail message.
 
Method Summary
 
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()
Constructs a new instance with null as its detail message.


NotSupportedException

public NotSupportedException(String message)
Constructs a new instance with the specified detail message.

Parameters:
message - the detail message.


Copyright © 2011 Red Hat Middleware LLC (http://www.jboss.com/)