com.bea.wlevs.management
Class MBeanOperationsException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.wlevs.management.NestedCheckedException
|
+--com.bea.wlevs.management.MBeanOperationsException
- public class MBeanOperationsException
- extends com.bea.wlevs.management.NestedCheckedException
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
Method Summary
|
String |
getMessage()
Return the detail message, including the message from the nested exception
if there is one. |
MBeanOperationsException
public MBeanOperationsException(String message)
- Construct a
MBeanOperationsException
with a specific message
- Parameters:
message
-
MBeanOperationsException
public MBeanOperationsException(String message,
Throwable cause)
- Construct a
MBeanOperationsException
with a detail message and a root
cause.
- Parameters:
message
- - any message associated with the exceptioncause
-
MBeanOperationsException
public MBeanOperationsException(Throwable cause)
getMessage
public String getMessage()
- Return the detail message, including the message from the nested exception
if there is one.
- Overrides:
- getMessage in class com.bea.wlevs.management.NestedCheckedException