Package jade.core

Class NotFoundException

    • Constructor Detail

      • NotFoundException

        public NotFoundException()
        Construct a NotFoundException with no detail message
      • NotFoundException

        public NotFoundException​(String msg)
        Construct a NotFoundException with the given message.
        Parameters:
        msg - The exception message.