mx4j.connector
Class ConnectorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.management.JMRuntimeException
|
+--mx4j.connector.ConnectorException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnectorException
- extends JMRuntimeException
- Version:
- $Revision: 1.2 $
- Author:
- Simone Bordet
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectorException
public ConnectorException()
ConnectorException
public ConnectorException(java.lang.String s)
ConnectorException
public ConnectorException(java.lang.Exception x)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getTargetException
public java.lang.Exception getTargetException()
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream s)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter w)
- Overrides:
printStackTrace
in class java.lang.Throwable