Class StateHandleStore.NotExistException

    • Constructor Detail

      • NotExistException

        public NotExistException​(String message,
                                 Throwable cause)
        Creates a new Exception with the given message and cause.
        Parameters:
        message - The exception message
        cause - The cause exception
      • NotExistException

        public NotExistException​(String message)
        Creates a new Exception with the given message and null cause.
        Parameters:
        message - The exception message