javax.activation
Class UnsupportedDataTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--javax.activation.UnsupportedDataTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDataTypeException
extends java.io.IOException

Unsupported Data Type Exception.

Version:
$Revision: 1.3 $
Author:
Andrew Selkirk
See Also:
Serialized Form

Constructor Summary
UnsupportedDataTypeException()
          Create new unsupported data type exception.
UnsupportedDataTypeException(java.lang.String value)
          Create new unsupported data type exception with description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedDataTypeException

public UnsupportedDataTypeException(java.lang.String value)
Create new unsupported data type exception with description.
Parameters:
value - Description

UnsupportedDataTypeException

public UnsupportedDataTypeException()
Create new unsupported data type exception.


© Copyright 2002 the Free Software Foundation, all rights reserved.