com.atlassian.confluence.rpc
Class NotPermittedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.confluence.rpc.RemoteException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.