Class MultiException

All Implemented Interfaces:
Serializable

public class MultiException extends RuntimeException
See Also:
  • Constructor Details

    • MultiException

      public MultiException(List<Throwable> errors)
    • MultiException

      public MultiException(Throwable e)
  • Method Details