Package io.mosip.kernel.core.exception
Class IOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.core.exception.IOException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataFormatException,FileExistsException,FileNotFoundException,UnsupportedEncodingException
public class IOException extends BaseCheckedException
Signals that an I/O exception of some sort has occurred.
This class is the general class of exceptions produced by failed or interrupted I/O operations.- Author:
- Priya Soni, Sidhant Agarwal
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOException(String errorCode, String errorMessage)IOException(String errorCode, String errorMessage, Throwable rootCause)
-
Method Summary
-
Methods inherited from class io.mosip.kernel.core.exception.BaseCheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-