Class CAValidityException

All Implemented Interfaces:
Serializable

public final class CAValidityException extends RuntimeException
An exception indicating that parameters given to a model type are invalid. This is a more strongly-typed replacement for IllegalArgumentException.
See Also:
  • Constructor Details

    • CAValidityException

      public CAValidityException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • CAValidityException

      public CAValidityException(String message, Exception e)
      Construct an exception.
      Parameters:
      message - The message
      e - The cause