Class InvalidArgumentException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentTypeException, ArgumentValueException

public abstract class InvalidArgumentException extends InvocationRuntimeException
See Also:
  • Constructor Details

    • InvalidArgumentException

      public InvalidArgumentException(String message)
    • InvalidArgumentException

      public InvalidArgumentException(String code, String message, Throwable cause)
    • InvalidArgumentException

      public InvalidArgumentException(ErrorDetail detail, Throwable cause)
  • Method Details