Class NotExistException

    • Constructor Detail

      • NotExistException

        public NotExistException()
      • NotExistException

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

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

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

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

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