public class

RemotePermissionException

extends RemoteException
implements Serializable
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.rmi.RemoteException
           ↳ org.apache.axis.AxisFault
             ↳ com.atlassian.jira.rpc.exception.RemoteException
               ↳ com.atlassian.jira.rpc.exception.RemotePermissionException

Summary

[Expand]
Inherited Constants
From class java.rmi.RemoteException
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
[Expand]
Inherited Fields
From class com.atlassian.jira.rpc.exception.RemoteException
From class org.apache.axis.AxisFault
From class java.rmi.RemoteException
From class java.lang.Throwable
Public Constructors
RemotePermissionException()
Public Methods
synchronized boolean equals(Object obj)
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Deserializer
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Get Custom Serializer
static TypeDesc getTypeDesc()
Return type metadata object
synchronized int hashCode()
void writeDetails(QName qname, SerializationContext context)
Writes the exception data to the faultDetails
[Expand]
Inherited Methods
From class com.atlassian.jira.rpc.exception.RemoteException
From class org.apache.axis.AxisFault
From class java.rmi.RemoteException
From class java.lang.Throwable
From class java.lang.Object

Fields

private Object __equalsCalc

private boolean __hashCodeCalc

private static TypeDesc typeDesc

Public Constructors

public RemotePermissionException ()

Public Methods

public synchronized boolean equals (Object obj)

Parameters
obj

public static Deserializer getDeserializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Deserializer

Parameters
mechType
_javaType
_xmlType

public static Serializer getSerializer (String mechType, Class _javaType, QName _xmlType)

Get Custom Serializer

Parameters
mechType
_javaType
_xmlType

public static TypeDesc getTypeDesc ()

Return type metadata object

public synchronized int hashCode ()

public void writeDetails (QName qname, SerializationContext context)

Writes the exception data to the faultDetails

Parameters
qname
context
Throws
IOException