|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
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.ibm.websphere.wsrf.BaseFault
com.ibm.websphere.sib.wsn.faults.InvalidFilterFault
public class InvalidFilterFault
This exception class represents the InvalidFilterFaultType type defined in the WS-Notification Base Notification schema.
Constructor Summary | |
---|---|
InvalidFilterFault()
Default constructor. |
|
InvalidFilterFault(EndpointReference originator,
ErrorCode errorCode,
FaultDescription[] descriptions,
IOSerializableSOAPElement faultCause,
IOSerializableSOAPElement[] extensibilityElements,
Attribute[] attributes,
javax.xml.namespace.QName[] unknownFilterNames)
Create an instance of the fault from the specified information. |
|
InvalidFilterFault(javax.xml.namespace.QName[] unknownFilterNames)
Create an instance of the fault with the specified unknown filter element names. |
|
InvalidFilterFault(java.lang.String message,
javax.xml.namespace.QName[] unknownFilterNames)
Create an instance of the fault with the specified unknown filter element names and containing the specified message as a description. |
|
InvalidFilterFault(java.lang.String message,
java.lang.Throwable cause,
javax.xml.namespace.QName[] unknownFilterNames)
Create an instance of the fault with the specified unknown filter element names and containing the specified message as a description and with the specified cause. |
|
InvalidFilterFault(java.lang.Throwable cause,
javax.xml.namespace.QName[] unknownFilterNames)
Create an instance of the fault with the specified unknown filter element names and with the specified cause. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Get the message for this fault. |
javax.xml.namespace.QName[] |
getUnknownFilterNames()
Get the names of the elements of the Filter which were not understood or not supported. |
java.lang.Throwable |
initCause(java.lang.Throwable throwable)
|
void |
setUnknownFilterNames(javax.xml.namespace.QName[] unknownFilterNames)
Set the names of the elements of the Filter which were not understood or not supported. |
Methods inherited from class com.ibm.websphere.wsrf.BaseFault |
---|
getAttributes, getDescriptions, getErrorCode, getExtensibilityElements, getFaultCause, getOriginator, getTimestamp, setAttributes, setDescriptions, setErrorCode, setExtensibilityElements, setFaultCause, setOriginator, setTimestamp |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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 InvalidFilterFault()
setUnknownFilterNames(QName[])
will be necessary, to
set the required UnknownFilter values
public InvalidFilterFault(javax.xml.namespace.QName[] unknownFilterNames)
unknownFilterNames
- The names of elements in the Filter which were not understood or not supportedpublic InvalidFilterFault(EndpointReference originator, ErrorCode errorCode, FaultDescription[] descriptions, IOSerializableSOAPElement faultCause, IOSerializableSOAPElement[] extensibilityElements, Attribute[] attributes, javax.xml.namespace.QName[] unknownFilterNames)
originator
- The WS-Addressing EndpointReference of the Web Service that
generated the fault.errorCode
- The error code.descriptions
- The set of descriptions.faultCause
- The fault cause.extensibilityElements
- The set of extensibility elements.attributes
- The set of attributesunknownFilterNames
- The names of elements in the Filter which were not understood or not supportedpublic InvalidFilterFault(java.lang.String message, javax.xml.namespace.QName[] unknownFilterNames)
BaseFault.setDescriptions(com.ibm.websphere.wsrf.FaultDescription[])
message
- The exception message. This will be stored as
the first fault description.unknownFilterNames
- The names of elements in the Filter which were not understood or not supportedpublic InvalidFilterFault(java.lang.Throwable cause, javax.xml.namespace.QName[] unknownFilterNames)
com.ibm.websphere.wsrf.BaseFault#setFaultCause(javax.xml.soap.SOAPElement)
.
toString()
on the specified
cause and sub-causes thereof, will be added as descriptions
of this fault.
BaseFault.setDescriptions(com.ibm.websphere.wsrf.FaultDescription[])
cause
- The cause of the exceptionunknownFilterNames
- The names of elements in the Filter which were not understood or not supportedpublic InvalidFilterFault(java.lang.String message, java.lang.Throwable cause, javax.xml.namespace.QName[] unknownFilterNames)
com.ibm.websphere.wsrf.BaseFault#setFaultCause(javax.xml.soap.SOAPElement)
.
toString()
on the specified
cause and sub-causes thereof, will be added as descriptions
of this fault.
BaseFault.setDescriptions(com.ibm.websphere.wsrf.FaultDescription[])
message
- The exception message. This will be stored as
the first fault description.cause
- The cause of the exceptionunknownFilterNames
- The names of elements in the Filter which were not understood or not supportedMethod Detail |
---|
public javax.xml.namespace.QName[] getUnknownFilterNames()
public void setUnknownFilterNames(javax.xml.namespace.QName[] unknownFilterNames)
unknownFilterNames
- The names of elements in the Filter which were not understood or not supportedpublic java.lang.String getMessage()
java.lang.Throwable
to return the text of the first description
in the sequence of descriptions belonging to the fault.
getMessage
in class java.lang.Throwable
Throwable.getMessage()
public java.lang.Throwable initCause(java.lang.Throwable throwable)
initCause
in class java.lang.Throwable
Throwable.initCause(java.lang.Throwable)
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |