FileDocCategorySizeDatePackage
WSTrustException.javaAPI DocExample2318Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.security.trust

WSTrustException

public class WSTrustException extends Exception
A General WS-Trust Implementation Exception

Fields Summary
Constructors Summary
public WSTrustException(String msg, Throwable cause)

        super(msg,cause);
    
public WSTrustException(String msg)

        super(msg);
    
Methods Summary