com.ecyrd.jspwiki.providers
Class ProviderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ecyrd.jspwiki.WikiException
                    |
                    +--com.ecyrd.jspwiki.providers.ProviderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchVersionException

public class ProviderException
extends WikiException

See Also:
Serialized Form

Constructor Summary
ProviderException(java.lang.String msg)
           
 
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

ProviderException

public ProviderException(java.lang.String msg)