Package org.apache.wiki.providers
Class NoSuchVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.wiki.api.exceptions.WikiException
-
- org.apache.wiki.api.exceptions.ProviderException
-
- org.apache.wiki.providers.NoSuchVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchVersionException extends ProviderException
Indicates that an non-existing version was specified.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchVersionException(java.lang.String msg)
Creates a ProviderException.
-
-
-
Constructor Detail
-
NoSuchVersionException
public NoSuchVersionException(java.lang.String msg)
Creates a ProviderException.- Parameters:
msg
- the exception message.
-
-