|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.xml.wss.XWSSecurityException
public class XWSSecurityException
Top level exception used to describe various Errors while processing Secure SOAP messages.
| Constructor Summary | |
|---|---|
XWSSecurityException(String message)
Constructor specifying the message string. |
|
XWSSecurityException(String message,
Throwable cause)
Constructor specifying the message string and a nested exception |
|
XWSSecurityException(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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XWSSecurityException(String message)
message - the exception message string
public XWSSecurityException(String message,
Throwable cause)
message - the exception message stringcause - the nested exception as a Throwablepublic XWSSecurityException(Throwable cause)
cause - the nested exception as a Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||