| |
|
| javax.management.NotCompliantMBeanException org.jboss.mx.util.JBossNotCompliantMBeanException
JBossNotCompliantMBeanException | public class JBossNotCompliantMBeanException extends NotCompliantMBeanException (Code) | | JBossNotCompliantMBeanException.java
Created: Tues Feb 18 22:45:03 2003
author: David Jencks version: $Revision: 57200 $ |
JBossNotCompliantMBeanException | public JBossNotCompliantMBeanException()(Code) | | |
JBossNotCompliantMBeanException | public JBossNotCompliantMBeanException(String message)(Code) | | |
JBossNotCompliantMBeanException | public JBossNotCompliantMBeanException(Throwable t)(Code) | | |
getMessage | public String getMessage()(Code) | | Returns the composite throwable message.
The composite throwable message. |
printStackTrace | public void printStackTrace(PrintStream stream)(Code) | | 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)(Code) | | Prints the composite message and the embedded stack trace to the
specified print writer.
Parameters: writer - Writer to print to. |
printStackTrace | public void printStackTrace()(Code) | | Prints the composite message and the embedded stack trace to
System.err.
|
|
|
|