javax.management.relation
Class InvalidRoleInfoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException
              extended byjavax.management.relation.RelationException
                  extended byjavax.management.relation.InvalidRoleInfoException
All Implemented Interfaces:
Serializable

public class InvalidRoleInfoException
extends RelationException

Thrown when a role info has a minimum greater than its maximum.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

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

InvalidRoleInfoException

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


InvalidRoleInfoException

public InvalidRoleInfoException(String message)
Construct a new InvalidRoleInfoException with the given message.

Parameters:
message - the error message.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.