- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.modelmbean.InvalidTargetObjectTypeException
-
- All Implemented Interfaces:
-
Serializable
public class InvalidTargetObjectTypeException extends 异常
指定无效目标对象类型时抛出异常。该类的serialVersionUID为
1190536278266811217L
。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 InvalidTargetObjectTypeException()
默认构造函数。InvalidTargetObjectTypeException(异常 e, String s)
构造器接受异常和字符串。InvalidTargetObjectTypeException(String s)
一个字符串的构造方法
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException()
默认构造函数。
-
InvalidTargetObjectTypeException
public InvalidTargetObjectTypeException(String s)
一个字符串的构造方法- 参数
-
s
- 将被包含在此异常的消息中的字符串值。
-
-