Class JournalException

  • All Implemented Interfaces:
    Serializable

    public class JournalException
    extends Exception
    The JournalException signals an error within a journal operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • JournalException

        public JournalException​(String message)
        Constructs a new instance of this class with the specified detail message.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
      • JournalException

        public JournalException​(String message,
                                Throwable rootCause)
        Constructs a new instance of this class with the specified detail message and root cause.
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
        rootCause - root failure cause