org.apache.ws
Class UnsupportedNamespaceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.ws.UnsupportedNamespaceException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedNamespaceException
extends java.lang.RuntimeException

TODO

See Also:
Serialized Form

Constructor Summary
UnsupportedNamespaceException(java.lang.String message)
          Creates a new UnsupportedNamespaceException object.
 
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

UnsupportedNamespaceException

public UnsupportedNamespaceException(java.lang.String message)
Creates a new UnsupportedNamespaceException object.

Parameters:
message - DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.