Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management.modelmbean
Class InvalidTargetObjectTypeException  view InvalidTargetObjectTypeException download InvalidTargetObjectTypeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.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