javax.management.relation
Class RelationServiceNotRegisteredException

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.RelationServiceNotRegisteredException
All Implemented Interfaces:
java.io.Serializable

public class RelationServiceNotRegisteredException
extends RelationException (src)

Thrown when the relation service has not been registered with the MBean Server.

See Also:
Serialized Form

Constructor Summary
RelationServiceNotRegisteredException()
          Construct a new RelationServiceNotRegisteredException with no message.
RelationServiceNotRegisteredException(java.lang.String message)
          Construct a new RelationServiceNotRegisteredException 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

RelationServiceNotRegisteredException

public RelationServiceNotRegisteredException()
Construct a new RelationServiceNotRegisteredException with no message.


RelationServiceNotRegisteredException

public RelationServiceNotRegisteredException(java.lang.String message)
Construct a new RelationServiceNotRegisteredException with the given message.

Parameters:
message - the error message.