public class NamespaceNotSupportedException
extends java.lang.Exception
A list of supported namespaces is in the com.ibm.wsspi.wsaddressing.WSAConstants.WSADDRESSING_NAMESPACE_SET
| Constructor and Description |
|---|
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
|
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.