Class MessageSliceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.messaging.MessageSliceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AssemblerClosedException, AssemblerSealedException

public class MessageSliceException extends Exception
An exception indicating a message slice failure.
Author:
Thomas Pantelis
See Also:
  • Constructor Details

    • MessageSliceException

      public MessageSliceException(String message, Throwable cause)
      Constructs an instance.
      Parameters:
      message - the detail message
      cause - the cause
    • MessageSliceException

      public MessageSliceException(String message, boolean isRetriable)
      Constructs an instance.
      Parameters:
      message - the detail message
      isRetriable - if true, indicates the original operation can be retried
  • Method Details

    • isRetriable

      public boolean isRetriable()
      Returns whether or not the original operation can be retried.
      Returns:
      true if it can be retried, false otherwise