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:
- ConnectorAuthenticationException, ConnectorNotAvailableException, InvalidAdminClientTypeException
public class ConnectorException
- extends com.ibm.ws.exception.WsException
Base exception thrown because of connector problems
- See Also:
- Serialized Form
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 |
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)
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