FileDocCategorySizeDatePackage
WSDDNonFatalException.javaAPI DocApache Axis 1.4994Sat Apr 22 18:57:28 BST 2006org.apache.axis.deployment.wsdd

WSDDNonFatalException

public class WSDDNonFatalException extends WSDDException
A non-fatal WSDD exception (bad type mapping, for instance)
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
Constructors Summary
public WSDDNonFatalException(String msg)

        super(msg);
    
public WSDDNonFatalException(Exception e)

        super(e);
    
Methods Summary