Class DistributedExecutionIndexCloneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cloud.filibuster.exceptions.distributed_execution_index.DistributedExecutionIndexCloneException
-
- All Implemented Interfaces:
java.io.Serializable
public class DistributedExecutionIndexCloneException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DistributedExecutionIndexCloneException(java.lang.String message)
DistributedExecutionIndexCloneException(java.lang.String message, java.lang.Throwable cause)
DistributedExecutionIndexCloneException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DistributedExecutionIndexCloneException
public DistributedExecutionIndexCloneException(java.lang.String message)
-
DistributedExecutionIndexCloneException
public DistributedExecutionIndexCloneException(java.lang.String message, java.lang.Throwable cause)
-
DistributedExecutionIndexCloneException
public DistributedExecutionIndexCloneException(java.lang.Throwable cause)
-
-