Class GroupOfExceptions

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.commons.exceptions.GroupOfExceptions
All Implemented Interfaces:
Serializable

public class GroupOfExceptions extends Exception
Exception that groups several exceptions in order to throw them at the same time.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • GroupOfExceptions

      public GroupOfExceptions()
    • GroupOfExceptions

      public GroupOfExceptions(Collection<Exception> groupOfExceptions)
  • Method Details