javax.management.relation
Class InvalidRelationServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException (src) 
              extended byjavax.management.relation.RelationException (src) 
                  extended byjavax.management.relation.InvalidRelationServiceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRelationServiceException
extends RelationException (src)

Thrown when an invalid relation service is used.

See Also:
Serialized Form

Constructor Summary
InvalidRelationServiceException()
          Construct a new InvalidRelationServiceException with no message.
InvalidRelationServiceException(java.lang.String message)
          Construct a new InvalidRelationServiceException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Parameters:
message - the error message.