com.ibm.websphere.management.exception
Class InvalidAdminClientTypeException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ws.exception.WsException
com.ibm.websphere.management.exception.ConnectorException
com.ibm.websphere.management.exception.InvalidAdminClientTypeException
All implemented interfaces:
com.ibm.ws.exception.WsNestedException, java.io.Serializable
- public class InvalidAdminClientTypeException
- extends ConnectorException
This exception is thrown if an invalid connector type is specified
when calling AdminClientFactory.createAdminClient. Examples of
valid connecotr types are AdminClient.CONNECTOR_TYPE_RMI, or
AdminClient.CONNECTOR_TYPE_SOAP.
See Also:
Constructor Summary
Method Summary
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail
InvalidAdminClientTypeException
- public InvalidAdminClientTypeException(
)