org.xwiki.component.wiki
Class WikiComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.component.wiki.WikiComponentException
- All Implemented Interfaces:
- Serializable
public class WikiComponentException
- extends Exception
A generic exception thrown by this module, usually a wrapper around lower level exceptions.
- Since:
- 4.2M3
- Version:
- $Id: 797814123e096c3ab2171ad687aff1dc882f8913 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WikiComponentException
public WikiComponentException(String message)
- Constructor of this exception.
- Parameters:
message - the message associated with the exception
WikiComponentException
public WikiComponentException(String message,
Throwable t)
- Constructor of this exception.
- Parameters:
message - the message associated with the exceptiont - the root cause
Copyright © 2004-2013 XWiki. All Rights Reserved.