Class NotSupportedException

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

public class NotSupportedException extends Exception
NotSupportException
Version:
$Revision: $
Author:
Jeff Zhang
See Also:
  • Constructor Details

    • 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.