Class IdObjectIOException

  • All Implemented Interfaces:
    Serializable

    public class IdObjectIOException
    extends BaseCheckedException
    Exception class when there is any IO interrupt while reading/converting Id Object String.
    Since:
    1.0.0
    Author:
    Manoj SP, Swati Raj
    See Also:
    Serialized Form
    • Constructor Detail

      • IdObjectIOException

        public IdObjectIOException​(IdObjectValidatorErrorConstant errorConstant)
        Instantiates a new id object IO exception.
        Parameters:
        errorConstant - the error constant
      • IdObjectIOException

        public IdObjectIOException​(String errorCode,
                                   String errorMessage)
        Constructor for JsonIOException class.
        Parameters:
        errorCode - the error code of the exception.
        errorMessage - the error message associated with the exception.
      • IdObjectIOException

        public IdObjectIOException​(IdObjectValidatorErrorConstant errorConstant,
                                   Throwable rootCause)
        Instantiates a new id object IO exception.
        Parameters:
        errorConstant - the error constant
        rootCause - the root cause
      • IdObjectIOException

        public IdObjectIOException​(String errorCode,
                                   String errorMessage,
                                   Throwable rootCause)
        Constructor for JsonIOException class.
        Parameters:
        errorCode - the error code of the exception.
        errorMessage - the error message associated with the exception.
        rootCause - root cause of exception.