Package lumis.portal.cluster
Class ClusterInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.cluster.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 Summary
Constructors Constructor Description ClusterInvocationException(Collection<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
-
-
-
-
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
-
-