com.ibm.websphere.management.exception

Class ConnectorException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ws.exception.WsException
  5. extended bycom.ibm.websphere.management.exception.ConnectorException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
Direct known subclasses:
ConnectorAuthenticationException, ConnectorNotAvailableException, InvalidAdminClientTypeException

  1. public class ConnectorException
  2. extends com.ibm.ws.exception.WsException
Base exception thrown because of connector problems
See Also:
Serialized Form

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
  1. void
printStackTrace(java.io.PrintStream stream)
  1. void
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

  1. public ConnectorException()

ConnectorException

  1. public ConnectorException(java.lang.String mesg)

ConnectorException

  1. public ConnectorException(java.lang.String msg,
  2. java.lang.Throwable th)

ConnectorException

  1. public ConnectorException(java.lang.Throwable th)

Method Detail

printStackTrace

  1. public void printStackTrace(java.io.PrintStream stream)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

  1. public void printStackTrace(java.io.PrintWriter writer)
Overrides:
printStackTrace in class java.lang.Throwable