Class ServiceMayNotContinueException

    • Constructor Detail

      • ServiceMayNotContinueException

        public ServiceMayNotContinueException()
        Initialize with no message.
      • ServiceMayNotContinueException

        public ServiceMayNotContinueException​(String msg)
        Parameters:
        msg - a message explaining why it cannot continue. This message may be shown to an end-user.
      • ServiceMayNotContinueException

        public ServiceMayNotContinueException​(String msg,
                                              Throwable cause)
        Parameters:
        msg - a message explaining why it cannot continue. This message may be shown to an end-user.
        cause - the cause of the exception.
        Since:
        3.2
      • ServiceMayNotContinueException

        public ServiceMayNotContinueException​(Throwable cause)
        Initialize with an "internal server error" message and a cause.
        Parameters:
        cause - the cause of the exception.
        Since:
        3.2
    • Method Detail

      • isOutput

        public boolean isOutput()
        Returns:
        true if the message was already output to the client.
      • setOutput

        public void setOutput()
        Mark this message has being sent to the client.