|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.wsspi.wssecurity.SoapSecurityException
Represents an exception while processing WS-Security.
Constructor Summary | |
---|---|
SoapSecurityException()
Creates a SoapSecurityException. |
|
SoapSecurityException(javax.xml.namespace.QName fault,
java.lang.String message)
Creates a SoapSecurityException. |
|
SoapSecurityException(java.lang.String message)
Creates a SoapSecurityException. |
|
SoapSecurityException(java.lang.String message,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
|
SoapSecurityException(java.lang.Throwable cause)
Creates a SoapSecurityException. |
Method Summary | |
---|---|
static SoapSecurityException |
format(javax.xml.namespace.QName fault,
java.lang.String key)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(javax.xml.namespace.QName fault,
java.lang.String key,
org.w3c.dom.Document doc)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(javax.xml.namespace.QName fault,
java.lang.String key,
java.lang.String arg1)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(javax.xml.namespace.QName fault,
java.lang.String key,
java.lang.String[] args)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(javax.xml.namespace.QName fault,
java.lang.String key,
java.lang.String arg1,
java.lang.String arg2)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String arg1)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String[] args,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String arg1,
java.lang.String arg2)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3,
java.lang.String arg4,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String arg1,
java.lang.String arg2,
java.lang.String arg3,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.String arg1,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
static SoapSecurityException |
format(java.lang.String key,
java.lang.Throwable cause)
Creates a SoapSecurityException. |
java.lang.Throwable |
getCauseException()
Returns a root exception. |
javax.xml.namespace.QName |
getFaultCode()
Returns a SOAP faultcode. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SoapSecurityException()
public SoapSecurityException(java.lang.String message)
message
- A message.public SoapSecurityException(javax.xml.namespace.QName fault, java.lang.String message)
fault
- A QName object which represents SOAP faultcode.message
- A message.public SoapSecurityException(java.lang.String message, java.lang.Throwable cause)
message
- A message.cause
- A root exception.public SoapSecurityException(java.lang.Throwable cause)
cause
- A root exception.Method Detail |
public static SoapSecurityException format(java.lang.String key)
key
- A resource key for the error message.public static SoapSecurityException format(java.lang.String key, java.lang.Throwable cause)
key
- Resource key for the error message.cause
- A root exception.public static SoapSecurityException format(java.lang.String key, java.lang.String arg1)
key
- Resource key for the error message.arg1
- A parameter for the message resource.public static SoapSecurityException format(java.lang.String key, java.lang.String arg1, java.lang.Throwable cause)
key
- Resource key for the error message.arg1
- A parameter for the message resource.cause
- A root exception.public static SoapSecurityException format(java.lang.String key, java.lang.String arg1, java.lang.String arg2)
key
- Resource key for the error message.arg1
- First parameter for the message resource.arg2
- Second parameter for the message resource.public static SoapSecurityException format(java.lang.String key, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.Throwable cause)
key
- Resource key for the error message.arg1
- First parameter for the message resource.arg2
- Second parameter for the message resource.arg3
- Third parameter for the message resource.cause
- A root exceptionpublic static SoapSecurityException format(java.lang.String key, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3, java.lang.String arg4, java.lang.Throwable cause)
key
- Resource key for the error message.arg1
- First parameter for the message resource.arg2
- Second parameter for the message resource.arg3
- Third parameter for the message resource.arg4
- Fourth parameter for the message resource.cause
- A root exception.public static SoapSecurityException format(javax.xml.namespace.QName fault, java.lang.String key, java.lang.String[] args)
fault
- A QName object which represents SOAP faultcode.key
- Resource key for the error message.args
- An array which contains the parameters for the message
resource.public static SoapSecurityException format(javax.xml.namespace.QName fault, java.lang.String key)
fault
- A QName object which represents SOAP faultcode.key
- Resource key for the error message.public static SoapSecurityException format(javax.xml.namespace.QName fault, java.lang.String key, java.lang.String arg1)
fault
- A QName object which represents SOAP faultcode.key
- Resource key for the error message.arg1
- A parameter for the message resource.public static SoapSecurityException format(javax.xml.namespace.QName fault, java.lang.String key, java.lang.String arg1, java.lang.String arg2)
fault
- A QName object which represents SOAP faultcode.key
- Resource key for the error message.arg1
- First parameter for the message resource.arg2
- Second parameter for the message resource.public static SoapSecurityException format(javax.xml.namespace.QName fault, java.lang.String key, org.w3c.dom.Document doc)
fault
- A QName object which represents SOAP faultcode.key
- Resource key for the error message.doc
- A DOM of the received message.public static SoapSecurityException format(java.lang.String key, java.lang.String[] args, java.lang.Throwable cause)
key
- Resource key for the error message.args
- Parameters for the message resource.cause
- A root exception.public java.lang.Throwable getCauseException()
public javax.xml.namespace.QName getFaultCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |