public class FileNotFoundException extends IOException implements java.io.Serializable
Constructor and Description |
---|
FileNotFoundException() |
FileNotFoundException(java.lang.Object exception) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
public FileNotFoundException()
public FileNotFoundException(java.lang.Object exception)
public boolean equals(java.lang.Object obj)
equals
in class IOException
public int hashCode()
hashCode
in class IOException
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Copyright © 2020 Regents of the University of California. All Rights Reserved.