Home » openjdk-7 » javax » management » relation » [javadoc | source]
javax.management.relation
public class: InvalidRelationServiceException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.management.JMException
            javax.management.relation.RelationException
               javax.management.relation.InvalidRelationServiceException

All Implemented Interfaces:
    Serializable

This exception is raised when an invalid Relation Service is provided.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public InvalidRelationServiceException() 
 public InvalidRelationServiceException(String message) 
    Constructor with given message put in exception.
    Parameters:
    message - the detail message.
Methods from java.lang.Throwable:
addSuppressed,   fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   getStackTraceDepth,   getStackTraceElement,   getSuppressed,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait