FileDocCategorySizeDatePackage
WSSecureConversationException.javaAPI DocExample2564Tue May 29 16:56:52 BST 2007com.sun.xml.ws.security.secconv

WSSecureConversationException

public class WSSecureConversationException extends com.sun.xml.ws.api.security.trust.WSTrustException
A General WS-SecureConversation Implementation Exception

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

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

        super(msg);
    
public WSSecureConversationException(com.sun.xml.ws.api.security.trust.WSTrustException tex)

        super(tex.getMessage(), tex.getCause());
    
Methods Summary