Package com.xpn.xwiki.user.api
Class XWikiRightNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xpn.xwiki.user.api.XWikiRightNotFoundException
-
- All Implemented Interfaces:
Serializable
public class XWikiRightNotFoundException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XWikiRightNotFoundException()
Could not find the item you were looking for youXWikiRightNotFoundException(String msg)
Could not find the item you were looking for you
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XWikiRightNotFoundException
public XWikiRightNotFoundException()
Could not find the item you were looking for you
-
XWikiRightNotFoundException
public XWikiRightNotFoundException(String msg)
Could not find the item you were looking for you- Parameters:
msg
- message you want to send
-
-