Class NotFoundRuntimeException

    • Constructor Detail

      • NotFoundRuntimeException

        public NotFoundRuntimeException()
        Instantiates a new not found exception.
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(String message)
        Instantiates a new not found exception.
        Parameters:
        message - the message
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(Throwable cause)
        Instantiates a new not found exception.
        Parameters:
        cause - the cause
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(String message,
                                        Throwable cause)
        Instantiates a new not found exception.
        Parameters:
        message - the message
        cause - the cause