Package com.priint.pubserver.exception
Class FileIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.exception.FileIOException
- All Implemented Interfaces:
Serializable
Throw this type of exception if File IO Exception fails, typically used to wrap java.io.IOExceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileIOException(Object caller, int errorCode, String errorMessage) FileIOException(Object caller, int errorCode, String errorMessage, Throwable cause) FileIOException(Object caller, String errorMessage) FileIOException(Object caller, String errorMessage, Throwable cause) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileIOException
-
FileIOException
-
FileIOException
-
FileIOException
-