com.xpn.xwiki.user.api
Class XWikiRightNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xpn.xwiki.user.api.XWikiRightNotFoundException
All Implemented Interfaces:
Serializable

public class XWikiRightNotFoundException
extends Exception

See Also:
Serialized Form

Constructor Summary
XWikiRightNotFoundException()
          Could not find the item you were looking for you
XWikiRightNotFoundException(String msg)
          Could not find the item you were looking for you
 
Method Summary
 
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

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


Copyright © 2004–2014 XWiki. All rights reserved.