|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mdm.index.master.EViewException
com.sun.mdm.index.master.ProcessingException
com.sun.mdm.index.objects.exception.ObjectException
com.sun.mdm.index.objects.exception.InvalidKeyObjectException
The InvalidKeyObjectException class represents an exception thrown when the given key does not match the key definition for the object.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
InvalidKeyObjectException()
Creates a new instance of the InvalidKeyObjectException class without an error message. |
|
InvalidKeyObjectException(java.lang.String msg)
Creates a new instance of the InvalidKeyObjectException class with an error 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 |
public InvalidKeyObjectException()
public InvalidKeyObjectException(java.lang.String msg)
msg - The error message to display for the type of error
that occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.