Class AlreadyExistsException

    • Constructor Detail

      • AlreadyExistsException

        public AlreadyExistsException​(String message,
                                      Throwable cause)
        Instantiates a new already exists exception.
        Parameters:
        message - the message
        cause - the cause
      • AlreadyExistsException

        public AlreadyExistsException​(String message)
        Instantiates a new already exists exception.
        Parameters:
        message - the message
      • AlreadyExistsException

        public AlreadyExistsException​(Throwable cause)
        Instantiates a new already exists exception.
        Parameters:
        cause - the cause