FileDocCategorySizeDatePackage
NoEndPointException.javaAPI DocApache Axis 1.41112Sat Apr 22 18:57:28 BST 2006org.apache.axis

NoEndPointException

public class NoEndPointException extends AxisFault
An exception to indicate that there is no end point.
author
Russell Butek (butek@us.ibm.com)

Fields Summary
Constructors Summary
public NoEndPointException()
Create a new exception with the default message and other details.

        super("Server.NoEndpoint", Messages.getMessage("noEndpoint"), null, null);
    
Methods Summary