|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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.wsspi.wsaddressing.NamespaceNotSupportedException
public class NamespaceNotSupportedException
The NamespaceNotSupportedException is thrown when there is an attempt to use a namespace that is not supported by this implementation.
A list of supported namespaces is in the com.ibm.wsspi.wsaddressing.WSAConstants.WSADDRESSING_NAMESPACE_SET
Constructor Summary | |
---|---|
NamespaceNotSupportedException()
Default Constructor |
|
NamespaceNotSupportedException(java.lang.String message)
Constructor |
|
NamespaceNotSupportedException(java.lang.String message,
java.lang.Throwable cause)
Constructor |
|
NamespaceNotSupportedException(java.lang.Throwable cause)
Constructor |
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 NamespaceNotSupportedException()
public NamespaceNotSupportedException(java.lang.String message)
message
- String detailing the Exception.public NamespaceNotSupportedException(java.lang.String message, java.lang.Throwable cause)
message
- String detailing the Exception.cause
- Exception that caused this exception.public NamespaceNotSupportedException(java.lang.Throwable cause)
cause
- Exception that caused this exception.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |