Class ClusterInvocationException

  • All Implemented Interfaces:
    Serializable

    @StableMinor(version="14.0",
                 sinceVersion="12.1")
    public class ClusterInvocationException
    extends Exception
    Exception thrown when some server thrown an exception during a cluster invoke.
    Since:
    12.1.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterInvocationException

        public ClusterInvocationException​(Collection<Exception> exceptions)
        Creates a new exception with the given suppressed exceptions.
        Parameters:
        exceptions - the suppressed exceptions.
        Since:
        12.1.0