IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.exception
Class ConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ws.exception.WsException
              extended by 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

Constructor Summary
ConnectorException()
           
ConnectorException(java.lang.String mesg)
           
ConnectorException(java.lang.String msg, java.lang.Throwable th)
           
ConnectorException(java.lang.Throwable th)
           
 
Method Summary
 void printStackTrace(java.io.PrintStream stream)
           
 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

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

IBM WebSphere Application ServerTM
Release 7