Class WikiCreationException

  • All Implemented Interfaces:
    Serializable

    public class WikiCreationException
    extends Exception
    Exception concerning the Wiki Creator module.
    Since:
    7.0M2
    Version:
    $Id: 10790bb59e59ccdc462412c40cb3636c236565b7 $
    See Also:
    Serialized Form
    • Constructor Detail

      • WikiCreationException

        public WikiCreationException​(String message)
        Construct a new exception.
        Parameters:
        message - message about the error
      • WikiCreationException

        public WikiCreationException​(String message,
                                     Throwable cause)
        Construct a new exception.
        Parameters:
        message - message about the error
        cause - cause of the error