com.atlassian.jira.exception
Class PermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.JiraException
              extended by com.atlassian.jira.exception.PermissionException
All Implemented Interfaces:
Serializable

public class PermissionException
extends JiraException

Exception that is thrown when a permission is violated (usually in a Manager) ///CLOVER:OFF

See Also:
Serialized Form

Constructor Summary
PermissionException()
           
PermissionException(Exception e)
           
PermissionException(String msg)
           
PermissionException(String msg, Exception e)
           
 
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

PermissionException

public PermissionException()

PermissionException

public PermissionException(String msg)

PermissionException

public PermissionException(Exception e)

PermissionException

public PermissionException(String msg,
                           Exception e)


Copyright © 2002-2015 Atlassian. All Rights Reserved.