com.sun.xml.ws.api.security.secconv
Class WSSecureConversationRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.xml.ws.api.security.secconv.WSSecureConversationRuntimeException
All Implemented Interfaces:
Serializable

public class WSSecureConversationRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
WSSecureConversationRuntimeException(QName faultcode, String faultstring)
           
 
Method Summary
 QName getFaultCode()
           
 
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

WSSecureConversationRuntimeException

public WSSecureConversationRuntimeException(QName faultcode,
                                            String faultstring)
Method Detail

getFaultCode

public QName getFaultCode()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.