com.sun.mdm.index.objects.exception
Class InvalidKeyValueException

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.objects.exception.ObjectException
                      extended bycom.sun.mdm.index.objects.exception.InvalidKeyValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidKeyValueException
extends ObjectException

See Also:
Serialized Form

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

InvalidKeyValueException

public InvalidKeyValueException()
Creates a new instance of InvalidKeyNameException without detail message.


InvalidKeyValueException

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

Parameters:
msg - the detail message.


Sun Microsystems, Inc.