Class MultiErrorsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.fmjsjx.libnetty.http.exception.HttpRuntimeException
com.github.fmjsjx.libnetty.http.exception.MultiErrorsException
- All Implemented Interfaces:
Serializable
An exception holding multiply errors.
- Since:
- 1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultiErrorsException(String message, Throwable... errors) Constructs a newMultiErrorsExceptionwith the specified detail message and errors. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultiErrorsException
Constructs a newMultiErrorsExceptionwith the specified detail message and errors.- Parameters:
message- the detail messageerrors- the errors
-
-
Method Details
-
errors
Returns errors.- Returns:
- errors
-