Class ProCAKEClassNotFoundException

All Implemented Interfaces:
Serializable

public class ProCAKEClassNotFoundException extends CAKEException
The ClassNotFoundException if a requested DataClass cannot be found.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • ProCAKEClassNotFoundException

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

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