|
|||||||||
| Home >> All >> javax >> management >> [ modelmbean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.management.modelmbean
Class InvalidTargetObjectTypeException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.management.modelmbean.InvalidTargetObjectTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidTargetObjectTypeException
- extends java.lang.Exception
Thrown when unrecognizable target object type is set to a Model MBean instance
- Version:
- $Revision: 1.1.8.1 $
Revisions:
20020715 Adrian Brock:
- Serialization
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Exception |
exception
|
private static java.io.ObjectStreamField[] |
serialPersistentFields
|
private static long |
serialVersionUID
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
InvalidTargetObjectTypeException()
|
|
InvalidTargetObjectTypeException(java.lang.Exception e,
java.lang.String s)
|
|
InvalidTargetObjectTypeException(java.lang.String s)
|
|
| Method Summary | |
private void |
readObject(java.io.ObjectInputStream ois)
|
java.lang.String |
toString()
Returns a string representation of this exception. |
private void |
writeObject(java.io.ObjectOutputStream oos)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
exception
private java.lang.Exception exception
serialVersionUID
private static final long serialVersionUID
serialPersistentFields
private static final java.io.ObjectStreamField[] serialPersistentFields
| Constructor Detail |
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException()
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(java.lang.String s)
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(java.lang.Exception e, java.lang.String s)
| Method Detail |
toString
public java.lang.String toString()
- Returns a string representation of this exception. The returned string
contains this exception name, message and a string representation of the
target exception if it has been set.
readObject
private void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
|
|||||||||
| Home >> All >> javax >> management >> [ modelmbean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC