org.dspace.app.dav.client
Class LNIRemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by org.dspace.app.dav.client.LNIRemoteException
All Implemented Interfaces:
Serializable

public class LNIRemoteException
extends org.apache.axis.AxisFault
implements Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
LNIRemoteException()
           
LNIRemoteException(Object cause1, String message1)
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getCause1()
          Gets the cause1 value for this LNIRemoteException.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMessage1()
          Gets the message1 value for this LNIRemoteException.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCause1(Object cause1)
          Sets the cause1 value for this LNIRemoteException.
 void setMessage1(String message1)
          Sets the message1 value for this LNIRemoteException.
 void writeDetails(QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LNIRemoteException

public LNIRemoteException()

LNIRemoteException

public LNIRemoteException(Object cause1,
                          String message1)
Method Detail

getCause1

public Object getCause1()
Gets the cause1 value for this LNIRemoteException.

Returns:
cause1

setCause1

public void setCause1(Object cause1)
Sets the cause1 value for this LNIRemoteException.

Parameters:
cause1 -

getMessage1

public String getMessage1()
Gets the message1 value for this LNIRemoteException.

Returns:
message1

setMessage1

public void setMessage1(String message1)
Sets the message1 value for this LNIRemoteException.

Parameters:
message1 -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer


writeDetails

public void writeDetails(QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws IOException
Writes the exception data to the faultDetails

Overrides:
writeDetails in class org.apache.axis.AxisFault
Throws:
IOException


Copyright © 2011 DuraSpace. All Rights Reserved.