com.sun.xml.wss
Class XWSSecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.xml.wss.XWSSecurityException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PolicyGenerationException

public class XWSSecurityException
extends java.lang.Exception

Top level exception used to describe various Errors while processing Secure SOAP messages.

See Also:
Serialized Form

Constructor Summary
XWSSecurityException(java.lang.String message)
          Constructor specifying the message string.
XWSSecurityException(java.lang.String message, java.lang.Throwable cause)
          Constructor specifying the message string and a nested exception
XWSSecurityException(java.lang.Throwable cause)
          Constructor specifying a nested exception
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XWSSecurityException

public XWSSecurityException(java.lang.String message)
Constructor specifying the message string.

Parameters:
message - the exception message string

XWSSecurityException

public XWSSecurityException(java.lang.String message,
                            java.lang.Throwable cause)
Constructor specifying the message string and a nested exception

Parameters:
message - the exception message string
cause - the nested exception as a Throwable

XWSSecurityException

public XWSSecurityException(java.lang.Throwable cause)
Constructor specifying a nested exception

Parameters:
cause - the nested exception as a Throwable


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.