Class CommonIllegalArgumentException

All Implemented Interfaces:
Serializable

public class CommonIllegalArgumentException extends IllegalArgumentException
Common illegal argument exception used throughout the ionet framework.
Since:
21.14
Author:
渔民小镇
See Also:
date:
2024-08-02
  • Constructor Details

    • CommonIllegalArgumentException

      public CommonIllegalArgumentException(String s)
      Create a new instance with the given detail message.
      Parameters:
      s - the detail message
    • CommonIllegalArgumentException

      public CommonIllegalArgumentException(String message, Throwable cause)
      Create a new instance with the given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause