org.apache.wiki.providers
Class NoSuchVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.api.exceptions.ProviderException
                  extended by org.apache.wiki.providers.NoSuchVersionException
All Implemented Interfaces:
Serializable

public class NoSuchVersionException
extends ProviderException

Indicates that an non-existing version was specified.

See Also:
Serialized Form

Constructor Summary
NoSuchVersionException(String msg)
          Creates a ProviderException.
 
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

NoSuchVersionException

public NoSuchVersionException(String msg)
Creates a ProviderException.

Parameters:
msg -


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.