Package com.isode.x400.highlevel
Class FileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isode.x400.highlevel.X400APIException
com.isode.x400.highlevel.FileException
- All Implemented Interfaces:
Serializable
Thrown when a file operation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileException(String message) Constructs a new NotBoundException with the specified message.FileException(String message, int nativeErrorCode) Constructs a new FileException with the specified message and error code -
Method Summary
Methods inherited from class com.isode.x400.highlevel.X400APIException
getLocalizedMessage, getNativeErrorCode, getNativeErrorString, nativeErrorToStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileException
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
Constructs a new NotBoundException with the specified message.- Parameters:
message- gives extra detail about the specific exception.
-