Class ObjectNotFoundException

All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends IllegalStateException
Since:
1.3.29
Author:
Haiyang Li
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
      Constructor for ObjectNotFoundException.
    • ObjectNotFoundException

      public ObjectNotFoundException(String message)
      Constructor for ObjectNotFoundException.
      Parameters:
      message -
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable cause)
      Constructor for ObjectNotFoundException.
      Parameters:
      message -
      cause -
    • ObjectNotFoundException

      public ObjectNotFoundException(Throwable cause)
      Constructor for ObjectNotFoundException.
      Parameters:
      cause -