Package com.sun.xml.ws.security.secconv
Class WSSecureConversationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.xml.ws.api.security.trust.WSTrustException
-
- com.sun.xml.ws.security.secconv.WSSecureConversationException
-
- All Implemented Interfaces:
Serializable
public class WSSecureConversationException extends WSTrustException
A General WS-SecureConversation Implementation Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSSecureConversationException(WSTrustException tex)
WSSecureConversationException(String msg)
WSSecureConversationException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WSSecureConversationException
public WSSecureConversationException(String msg)
-
WSSecureConversationException
public WSSecureConversationException(WSTrustException tex)
-
-