Class AlreadyExistException

    • Constructor Detail

      • AlreadyExistException

        public AlreadyExistException()
      • AlreadyExistException

        public AlreadyExistException​(String message)
        Parameters:
        message -
      • AlreadyExistException

        public AlreadyExistException​(String id,
                                     String message)
        Parameters:
        id -
        message -
      • AlreadyExistException

        public AlreadyExistException​(Throwable cause)
        Parameters:
        cause -
      • AlreadyExistException

        public AlreadyExistException​(String message,
                                     Throwable cause)
        Parameters:
        message -
        cause -
      • AlreadyExistException

        public AlreadyExistException​(String message,
                                     Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)
        Parameters:
        message -
        cause -
        enableSuppression -
        writableStackTrace -