File
Doc
Category
Size
Date
Package
WSSecureConversationException.java
API Doc
Example
2564
Tue May 29 16:56:52 BST 2007
com.sun.xml.ws.security.secconv
WSSecureConversationException
java.lang.Object
com.sun.xml.ws.api.security.trust.WSTrustException
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
Java Code Source