Class InputLengthException

All Implemented Interfaces:
Serializable

public class InputLengthException extends BaseUncheckedException
Exception class for inputs lengths.
Since:
1.0.0
Author:
Ritesh Sinha, Sidhant Agarwal
See Also:
  • Constructor Details

    • InputLengthException

      public InputLengthException()
    • InputLengthException

      public InputLengthException(String errorCode, String errorMessage, Throwable rootCause)
    • InputLengthException

      public InputLengthException(String errorCode, String errorMessage)