Class MultiException

All Implemented Interfaces:
Serializable

public class MultiException
extends Exception
An exception to use when a series of operations must all be executed, but may all throw exceptions themselves. This allows for retention of all exception data.
See Also:
Serialized Form