IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.hamanager.jmx
Class JMXIllegalGroupNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.websphere.hamanager.jmx.JMXRuntimeException
                  extended by com.ibm.websphere.hamanager.jmx.JMXInvalidParameterException
                      extended by com.ibm.websphere.hamanager.jmx.JMXIllegalGroupNameException
All Implemented Interfaces:
java.io.Serializable

public class JMXIllegalGroupNameException
extends JMXInvalidParameterException

Thrown to indicate the provided GroupName properties parameter is invalid.

Version:
1.4
See Also:
Serialized Form

Constructor Summary
JMXIllegalGroupNameException(java.lang.String reason)
           
JMXIllegalGroupNameException(java.lang.String reason, java.lang.Throwable t)
           
 
Method Summary
 
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

JMXIllegalGroupNameException

public JMXIllegalGroupNameException(java.lang.String reason)

JMXIllegalGroupNameException

public JMXIllegalGroupNameException(java.lang.String reason,
                                    java.lang.Throwable t)

IBM WebSphere Application ServerTM
Release 7