com.ibm.websphere.management.exception
Class ConnectorException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.ConnectorException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
- public class ConnectorException
- extends com.ibm.ws.exception.WsException
See Also:
Constructor Summary
Constructor and Description |
---|
ConnectorException()
|
ConnectorException(java.lang.String mesg)
|
ConnectorException(java.lang.String msg,java.lang.Throwable th)
|
ConnectorException(java.lang.Throwable th)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
printStackTrace(java.io.PrintStream stream)
|
|
printStackTrace(java.io.PrintWriter writer)
|
Methods inherited from class com.ibm.ws.exception.WsException |
---|
getCause, initCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
ConnectorException
- public ConnectorException()
ConnectorException
- public ConnectorException(java.lang.String mesg)
ConnectorException
- public ConnectorException(java.lang.String msg,
- java.lang.Throwable th)
ConnectorException
- public ConnectorException(java.lang.Throwable th)
Method Detail
printStackTrace
- public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
- public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace
in class java.lang.Throwable