com.ibm.wsspi.wsaddressing

Class NamespaceNotSupportedException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.wsspi.wsaddressing.NamespaceNotSupportedException
All implemented interfaces:
java.io.Serializable

  1. public class NamespaceNotSupportedException
  2. extends java.lang.Exception
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

See Also:
Serialized Form

Constructor Summary

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

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

NamespaceNotSupportedException

  1. public NamespaceNotSupportedException( )
Default Constructor

NamespaceNotSupportedException

  1. public NamespaceNotSupportedException( java.lang.String message)
Constructor
Parameters:
message - String detailing the Exception.

NamespaceNotSupportedException

  1. public NamespaceNotSupportedException( java.lang.String message,
  2. java.lang.Throwable cause)
Constructor
Parameters:
message - String detailing the Exception.
cause - Exception that caused this exception.

NamespaceNotSupportedException

  1. public NamespaceNotSupportedException( java.lang.Throwable cause)
Constructor
Parameters:
cause - Exception that caused this exception.