Class StateHandleStore.AlreadyExistException

    • Constructor Detail

      • AlreadyExistException

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

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