com.bea.wlevs.management
Class MBeanOperationsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.management.JMException
                    |
                    +--com.bea.wlevs.management.MBeanOperationsException

public class MBeanOperationsException
extends javax.management.JMException

This class represents wraps any execption that was thrown during an MBean operation. getMessage will include nested exception information; printStackTrace and other like methods will delegate to the wrapped exception, if any.

See Also:
Serialized Form

Constructor Summary
MBeanOperationsException(java.lang.String message)
          Deprecated. Construct a MBeanOperationsException with a specific 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

MBeanOperationsException

public MBeanOperationsException(java.lang.String message)
Deprecated. 
Construct a MBeanOperationsException with a specific message

Parameters:
message -  


Copyright © 2007 BEA Systems All Rights Reserved.