com.sun.mdm.index.ops.exception
Class UnsupportedDataType

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.mdm.index.master.EViewException
              extended bycom.sun.mdm.index.master.ProcessingException
                  extended bycom.sun.mdm.index.ops.exception.OPSException
                      extended bycom.sun.mdm.index.ops.exception.UnsupportedDataType
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDataType
extends OPSException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UnsupportedDataType()
          Creates a new instance of UnsupportedDataTypeException without detail message.
UnsupportedDataType(java.lang.String msg)
          Constructs an instance of UnsupportedDataTypeException with the specified detail message.
 
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

UnsupportedDataType

public UnsupportedDataType()
Creates a new instance of UnsupportedDataTypeException without detail message.


UnsupportedDataType

public UnsupportedDataType(java.lang.String msg)
Constructs an instance of UnsupportedDataTypeException with the specified detail message.

Parameters:
msg - the detail message.


Sun Microsystems, Inc.