com.atlassian.confluence.rpc
Class NotPermittedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.confluence.rpc.RemoteException
              extended by com.atlassian.confluence.rpc.NotPermittedException
All Implemented Interfaces:
Serializable

public class NotPermittedException
extends RemoteException

Exception thrown when a user attempts to do something they're not allowed to do.

See Also:
Serialized Form

Constructor Summary
NotPermittedException()
           
NotPermittedException(String message)
           
NotPermittedException(String message, Throwable cause)
           
NotPermittedException(Throwable cause)
           
 
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

NotPermittedException

public NotPermittedException()

NotPermittedException

public NotPermittedException(String message)

NotPermittedException

public NotPermittedException(Throwable cause)

NotPermittedException

public NotPermittedException(String message,
                             Throwable cause)


Copyright © 2003-2013 Atlassian. All Rights Reserved.