Class AlreadyExistsRuntimeException

    • Constructor Detail

      • AlreadyExistsRuntimeException

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

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

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