org.apache.ws.security.conversation
Class ConversationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.ws.security.WSSecurityException
                      extended byorg.apache.ws.security.conversation.ConversationException
All Implemented Interfaces:
java.io.Serializable

public class ConversationException
extends WSSecurityException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ws.security.WSSecurityException
FAILED_AUTHENTICATION, FAILED_CHECK, FAILED_ENC_DEC, FAILED_SIGNATURE, FAILURE, INVALID_SECURITY, INVALID_SECURITY_TOKEN, SECURITY_TOKEN_UNAVAILABLE, UNSUPPORTED_ALGORITHM, UNSUPPORTED_SECURITY_TOKEN
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ConversationException(java.lang.String message)
          Constructor ConversationException
 
Methods inherited from class org.apache.ws.security.WSSecurityException
getErrorCode
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

ConversationException

public ConversationException(java.lang.String message)
Constructor ConversationException

Parameters:
message -


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.