Package com.pff
Class PSTException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pff.PSTException
-
- All Implemented Interfaces:
java.io.Serializable
public class PSTException extends java.lang.Exception
Simple exception for PST File related errors- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
eclipse generated serial UID
-
Constructor Summary
Constructors Constructor Description PSTException(java.lang.String error)
PSTException(java.lang.String error, java.lang.Exception orig)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
eclipse generated serial UID- See Also:
- Constant Field Values
-
-