Class CompositeClosingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.demeng.pluginbase.terminable.composite.CompositeClosingException
All Implemented Interfaces:
Serializable

public class CompositeClosingException extends Exception
Exception thrown to propagate exceptions thrown by CompositeTerminable.close().
See Also:
  • Constructor Details

    • CompositeClosingException

      public CompositeClosingException(List<? extends Throwable> causes)
  • Method Details

    • getCauses

      public List<? extends Throwable> getCauses()
    • printAllStackTraces

      public void printAllStackTraces()