org.apache.ws.resource.impl
Class UnsupportedVersionException

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

public class UnsupportedVersionException
extends java.lang.RuntimeException

An exception to be thrown when a version is unknown...This can be used to help flush out incomplete version upgrades.

Author:
Sal Campana
See Also:
Serialized Form

Constructor Summary
UnsupportedVersionException(NamespaceVersionHolder namespaces)
           
 
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

UnsupportedVersionException

public UnsupportedVersionException(NamespaceVersionHolder namespaces)


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