org.jboss.mx.util
Class JBossNotCompliantMBeanException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.management.JMException
              extended byjavax.management.OperationsException
                  extended byjavax.management.NotCompliantMBeanException
                      extended byorg.jboss.mx.util.JBossNotCompliantMBeanException
All Implemented Interfaces:
Serializable

public class JBossNotCompliantMBeanException
extends NotCompliantMBeanException

JBossNotCompliantMBeanException.java Created: Tues Feb 18 22:45:03 2003

Version:
$Revision: 1.4.2.1 $
Author:
David Jencks
See Also:
Serialized Form

Constructor Summary
JBossNotCompliantMBeanException()
           
JBossNotCompliantMBeanException(String message)
           
JBossNotCompliantMBeanException(String message, Throwable t)
           
JBossNotCompliantMBeanException(Throwable t)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
          Returns the composite throwable message.
 Throwable getNested()
           
 void printStackTrace()
          Prints the composite message and the embedded stack trace to System.err.
 void printStackTrace(PrintStream stream)
          Prints the composite message and the embedded stack trace to the specified print stream.
 void printStackTrace(PrintWriter writer)
          Prints the composite message and the embedded stack trace to the specified print writer.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossNotCompliantMBeanException

public JBossNotCompliantMBeanException()

JBossNotCompliantMBeanException

public JBossNotCompliantMBeanException(String message)

JBossNotCompliantMBeanException

public JBossNotCompliantMBeanException(Throwable t)

JBossNotCompliantMBeanException

public JBossNotCompliantMBeanException(String message,
                                       Throwable t)
Method Detail

getNested

public Throwable getNested()

getCause

public Throwable getCause()

getMessage

public String getMessage()
Returns the composite throwable message.

Returns:
The composite throwable message.

printStackTrace

public void printStackTrace(PrintStream stream)
Prints the composite message and the embedded stack trace to the specified print stream.

Parameters:
stream - Stream to print to.

printStackTrace

public void printStackTrace(PrintWriter writer)
Prints the composite message and the embedded stack trace to the specified print writer.

Parameters:
writer - Writer to print to.

printStackTrace

public void printStackTrace()
Prints the composite message and the embedded stack trace to System.err.



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