Class ClassIsNotFoundException

All Implemented Interfaces:
Serializable

The class is not found.
See Also:
  • Constructor Details

    • ClassIsNotFoundException

      public ClassIsNotFoundException(String msg, String className)
      Constructs an instance of ClassIsNotFoundException with the specified detail message.
      Parameters:
      msg - the detail message.
      className - the name of the class
  • Method Details