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