com.ecyrd.jspwiki.providers
Class NoSuchVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecyrd.jspwiki.WikiException
              extended by com.ecyrd.jspwiki.providers.ProviderException
                  extended by com.ecyrd.jspwiki.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 -