Package lumis.portal.cluster
Class ClusterInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.cluster.ClusterInvocationException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="16.1", 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: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 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.
-