Package io.mosip.kernel.core.exception
Class UnsupportedEncodingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.kernel.core.exception.IOException
-
- io.mosip.kernel.core.exception.UnsupportedEncodingException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedEncodingException extends IOException
- Author:
- Priya Soni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedEncodingException(String errorCode, String errorMessage)UnsupportedEncodingException(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
-
-