Class ProCAKEInvalidTypeException

All Implemented Interfaces:
Serializable

public class ProCAKEInvalidTypeException extends CAKEException
The InvalidTypeException is thrown when the type does not match to the specification in the data class.
Author:
Rainer Maximini
See Also:
  • Constructor Details

    • ProCAKEInvalidTypeException

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

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