Package hudson.tasks

Class LogRotator.CollatedLogRotatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.tasks.LogRotator.CollatedLogRotatorException
All Implemented Interfaces:
Serializable
Enclosing class:
LogRotator

@Deprecated public static class LogRotator.CollatedLogRotatorException extends IOException
Deprecated.
Replaced by more generic CompositeIOException.
See Also:
  • Field Details

  • Constructor Details

    • CollatedLogRotatorException

      public CollatedLogRotatorException(String msg, Exception... collated)
      Deprecated.
    • CollatedLogRotatorException

      public CollatedLogRotatorException(String msg, Collection<Exception> values)
      Deprecated.