FileDocCategorySizeDatePackage
ConnectorRuntimeException.javaAPI DocGlassfish v2 API2438Fri May 04 22:34:24 BST 2007com.sun.enterprise.connectors

ConnectorRuntimeException

public class ConnectorRuntimeException extends Exception
This is an Exception class. Connector module uses this class to thow exceptions both for internal and external(outside connector module ) Contains an message which indicates the error message.
author
Binod P.G
version

Fields Summary
Constructors Summary
public ConnectorRuntimeException(String msg)
Constructor

param
msg Error message

        super(msg);
    
Methods Summary