Class AbortOnlyException

    • Constructor Detail

      • AbortOnlyException

        public AbortOnlyException​(String message)
        Creates a new AbortOnlyException with the provided message.
        Parameters:
        message - the message.
      • AbortOnlyException

        public AbortOnlyException​(String message,
                                  Throwable cause)
        Creates a new AbortOnlyException with the provided message and cause.
        Parameters:
        message - the message
        cause - the cause.