Class CommonNullPointerException

All Implemented Interfaces:
Serializable

public class CommonNullPointerException extends NullPointerException
Common null pointer exception used throughout the ionet framework.
Since:
21.15
Author:
渔民小镇
See Also:
date:
2024-08-16
  • Constructor Details

    • CommonNullPointerException

      public CommonNullPointerException()
      Create a new instance with no detail message.
    • CommonNullPointerException

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