Class WikiCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.platform.wiki.creationjob.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 Summary
Constructors Constructor Description WikiCreationException(String message)
Construct a new exception.WikiCreationException(String message, Throwable cause)
Construct a new exception.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WikiCreationException
public WikiCreationException(String message)
Construct a new exception.- Parameters:
message
- message about the error
-
-