java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.management.JMException
javax.management.relation.RelationException
javax.management.relation.InvalidRelationServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidRelationServiceException
- extends RelationException
Thrown when an invalid relation service is used.
- Version:
- $Revision: 1.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidRelationServiceException
public InvalidRelationServiceException()
- Construct a new InvalidRelationServiceException with no message.
InvalidRelationServiceException
public InvalidRelationServiceException(java.lang.String message)
- Construct a new InvalidRelationServiceException with the given message.