com.ibm.wsspi.wsaddressing

Class NamespaceNotSupportedException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.wsspi.wsaddressing.NamespaceNotSupportedException
  • All Implemented Interfaces:
    java.io.Serializable


    public class NamespaceNotSupportedException
    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
    • 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

        public NamespaceNotSupportedException()
        Default Constructor
      • NamespaceNotSupportedException

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

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

        public NamespaceNotSupportedException(java.lang.Throwable cause)
        Constructor
        Parameters:
        cause - Exception that caused this exception.
IBM WebSphere Application ServerTM
Release 8.5