Class FileException

All Implemented Interfaces:
Serializable

public class FileException extends X400APIException
Thrown when a file operation fails.
See Also:
  • Constructor Details

    • FileException

      public FileException(String message, int nativeErrorCode)
      Constructs a new FileException with the specified message and error code
      Parameters:
      message - gives extra detail about the specific exception.
      nativeErrorCode - a value as returned from underlying native code which may be useful in determining the cause of the problem.
    • FileException

      public FileException(String message)
      Constructs a new NotBoundException with the specified message.
      Parameters:
      message - gives extra detail about the specific exception.