Class LengthRequiredException

    • Constructor Detail

      • LengthRequiredException

        public LengthRequiredException​(String aMessage,
                                       String aErrorCode)
        Instantiates a new length required exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • LengthRequiredException

        public LengthRequiredException​(String aMessage,
                                       Throwable aCause,
                                       String aErrorCode)
        Instantiates a new length required exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • LengthRequiredException

        public LengthRequiredException​(String message,
                                       Throwable cause)
        Instantiates a new length required exception.
        Parameters:
        message - the message
        cause - the cause
      • LengthRequiredException

        public LengthRequiredException​(String message)
        Instantiates a new length required exception.
        Parameters:
        message - the message
      • LengthRequiredException

        public LengthRequiredException​(Throwable aCause,
                                       String aErrorCode)
        Instantiates a new length required exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • LengthRequiredException

        public LengthRequiredException​(Throwable cause)
        Instantiates a new length required exception.
        Parameters:
        cause - the cause