Class ObjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.ObjectNotFoundException
All Implemented Interfaces:
Serializable

public class ObjectNotFoundException extends RuntimeException
Thrown when one or more objects are not found.
See Also:
  • Constructor Details

    • ObjectNotFoundException

      public ObjectNotFoundException()
    • ObjectNotFoundException

      public ObjectNotFoundException(String message, Throwable cause)
    • ObjectNotFoundException

      public ObjectNotFoundException(String message)
    • ObjectNotFoundException

      public ObjectNotFoundException(Throwable cause)