Class InvalidFileFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.independentsoft.pst.InvalidFileFormatException
All Implemented Interfaces:
Serializable

public class InvalidFileFormatException extends IOException
The Class InvalidFileFormatException.
See Also:
  • Constructor Details

    • InvalidFileFormatException

      public InvalidFileFormatException(String message)
      Instantiates a new invalid file format exception.
      Parameters:
      message - the message
    • InvalidFileFormatException

      public InvalidFileFormatException(String message, Throwable cause)
      Instantiates a new invalid file format exception.
      Parameters:
      message - the message
      cause - the cause