Class MultiErrorsException

All Implemented Interfaces:
Serializable

public class MultiErrorsException extends HttpRuntimeException
An exception holding multiply errors.
Since:
1.1
See Also:
  • Constructor Details

    • MultiErrorsException

      public MultiErrorsException(String message, Throwable... errors)
      Constructs a new MultiErrorsException with the specified detail message and errors.
      Parameters:
      message - the detail message
      errors - the errors
  • Method Details

    • errors

      public Throwable[] errors()
      Returns errors.
      Returns:
      errors