- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.management.JMException
-
- javax.management.relation.RelationException
-
- All Implemented Interfaces:
-
Serializable
- 已知直接子类:
-
InvalidRelationIdException
,InvalidRelationServiceException
,InvalidRelationTypeException
,InvalidRoleInfoException
,InvalidRoleValueException
,RelationNotFoundException
,RelationServiceNotRegisteredException
,RelationTypeNotFoundException
,RoleInfoNotFoundException
,RoleNotFoundException
public class RelationException extends JMException
这个类是在关系管理期间可以提出的任何异常的超类。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 RelationException()
默认构造函数,没有消息放在异常中。RelationException(String message)
具有给定消息的构造方法放在异常中。
-
方法摘要
-
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
-
-
-
-
构造方法详细信息
-
RelationException
public RelationException()
默认构造函数,没有消息放在异常中。
-
RelationException
public RelationException(String message)
具有给定消息的构造方法放在异常中。- 参数
-
message
- 详细信息。
-
-