com.atlassian.jira.rpc.exception
Class RemotePermissionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.jira.rpc.exception.RemoteException
              extended by com.atlassian.jira.rpc.exception.RemotePermissionException
All Implemented Interfaces:
java.io.Serializable

public class RemotePermissionException
extends RemoteException

Exception thrown when permissions are violated remotely.

See Also:
Serialized Form

Constructor Summary
RemotePermissionException()
           
RemotePermissionException(java.lang.String s)
           
RemotePermissionException(java.lang.String s, java.lang.Throwable throwable)
           
RemotePermissionException(java.lang.Throwable throwable)
           
 
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

RemotePermissionException

public RemotePermissionException()

RemotePermissionException

public RemotePermissionException(java.lang.String s)

RemotePermissionException

public RemotePermissionException(java.lang.String s,
                                 java.lang.Throwable throwable)

RemotePermissionException

public RemotePermissionException(java.lang.Throwable throwable)


Copyright © 2004-2011 Atlassian. All Rights Reserved.