Class IllegalInstantiationException

All Implemented Interfaces:
Serializable

public class IllegalInstantiationException extends CAKEException
The IllegalInstantiationException is thrown when an DataObject should be created and the corresponding DataClass is not finished or is abstract.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • IllegalInstantiationException

      public IllegalInstantiationException(String message, String... parameter)
      Parameters:
      message - An exception description.
      parameter - Additional parameters.
    • IllegalInstantiationException

      public IllegalInstantiationException(String message, Throwable cause, String... parameter)
      Parameters:
      message - An exception description.
      cause - The cause of the exception.
      parameter - Additional parameters.