java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
com.sun.xml.wss.impl.SecurityHeaderException
- All Implemented Interfaces:
Serializable
A SecurityHeaderException indicates that there is a problem with the
security header elements and subelements.
It indicates that there is an error in the input message to a MessageFilter.
For example, a ds:keyInfo element may not contain a reference to a
security token. If such a reference is missing, then to
indicate this problem, an instance of this Exception would be thrown.
This is as opposed to a problem with processing the message itself. An example would be a MessageFilter that needs to look up data in a database that is not currently available. A XWSSecurityException would be thrown in the latter case.
- Author:
- Edwin Goei, Manveen Kaur
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityHeaderException(String message) SecurityHeaderException(String message, Throwable cause) SecurityHeaderException(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 Details
-
SecurityHeaderException
-
SecurityHeaderException
-
SecurityHeaderException
-