Class ClusterInvocationException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="12.1")
    public class ClusterInvocationException
    extends java.lang.Exception
    Exception thrown when some server thrown an exception during a cluster invoke.
    Since:
    12.1.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterInvocationException​(java.util.Collection<java.lang.Exception> exceptions)
      Creates a new exception with the given suppressed exceptions.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClusterInvocationException

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