Class InvalidTypeException

All Implemented Interfaces:
Serializable

public class InvalidTypeException extends AbstractRuntimeException
Thrown when the object type is not valid for the specified operation.
Since:
2.1
See Also:
  • Constructor Details

    • InvalidTypeException

      public InvalidTypeException(String message)
      Construct an InvalidTypeException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).