Class MessageSliceException

    • Constructor Detail

      • 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 Detail

      • isRetriable

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