Serialized Form


Package org.ipdr.common

Class org.ipdr.common.BadCompositeException extends java.lang.Exception implements Serializable


Package org.ipdr.ftp

Class org.ipdr.ftp.IPDRFTPException extends java.lang.Exception implements Serializable

Serialized Fields

exceptionCode_

int exceptionCode_

exceptionLocation_

java.lang.String exceptionLocation_

exceptionMsg_

java.lang.String exceptionMsg_

exceptionCaught_

java.lang.Exception exceptionCaught_

Package org.ipdr.utils

Class org.ipdr.utils.IPDRException extends java.lang.Exception implements Serializable

Serialized Fields

exceptionCode_

int exceptionCode_
To store Exception Code to identify the event


exceptionIpdrCount_

int exceptionIpdrCount_
To store number of errors.


exceptionOffset_

long exceptionOffset_
To store the offset.


exceptionLocation_

java.lang.String exceptionLocation_
To store Location of error message, ie, the method name / class name.


exceptionCaught_

java.lang.Exception exceptionCaught_
To store the base exception that was caught.