com.sun.xml.ws.security.secconv
Class WSSecureConversationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.ws.api.security.trust.WSTrustException
              extended by com.sun.xml.ws.security.secconv.WSSecureConversationException
All Implemented Interfaces:
java.io.Serializable

public class WSSecureConversationException
extends WSTrustException

A General WS-SecureConversation Implementation Exception

See Also:
Serialized Form

Constructor Summary
WSSecureConversationException(java.lang.String msg)
           
WSSecureConversationException(java.lang.String msg, java.lang.Throwable cause)
           
WSSecureConversationException(WSTrustException tex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSSecureConversationException

public WSSecureConversationException(java.lang.String msg,
                                     java.lang.Throwable cause)

WSSecureConversationException

public WSSecureConversationException(java.lang.String msg)

WSSecureConversationException

public WSSecureConversationException(WSTrustException tex)