Class CannotCreateInstanceException

All Implemented Interfaces:
Serializable

The class cannot be instanciated with the supplied parameters.
See Also:
  • Constructor Details

    • CannotCreateInstanceException

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