org.ow2.carol.cmi.admin
Class CMIMBeanConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.carol.cmi.admin.CMIMBeanConfigException
All Implemented Interfaces:
java.io.Serializable

public class CMIMBeanConfigException
extends java.lang.Exception

Exception thrown if there is a failure in the JMX.

Author:
new CMI Team
See Also:
Serialized Form

Constructor Summary
CMIMBeanConfigException(java.lang.String message)
          Constructs a new runtime exception with the specified detail message.
CMIMBeanConfigException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new runtime exception with the specified detail message and cause.
 
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

CMIMBeanConfigException

public CMIMBeanConfigException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.

Parameters:
message - the detail message.

CMIMBeanConfigException

public CMIMBeanConfigException(java.lang.String message,
                               java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause


Copyright © 2008 OW2 Consortium. All Rights Reserved.