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 genericCompositeIOException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Collection<Exception>
collated
Deprecated.
-
Constructor Summary
Constructors Constructor Description CollatedLogRotatorException(String msg, Exception... collated)
Deprecated.CollatedLogRotatorException(String msg, Collection<Exception> values)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
collated
public final Collection<Exception> collated
Deprecated.
-
-
Constructor Detail
-
CollatedLogRotatorException
public CollatedLogRotatorException(String msg, Exception... collated)
Deprecated.
-
CollatedLogRotatorException
public CollatedLogRotatorException(String msg, Collection<Exception> values)
Deprecated.
-
-