Class CustomNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
restapi.utils.error.CustomNotFoundException
All Implemented Interfaces:
Serializable

public class CustomNotFoundException extends Exception
See Also:
  • Constructor Details

    • CustomNotFoundException

      public CustomNotFoundException(String errorMessage, Throwable err)
    • CustomNotFoundException

      public CustomNotFoundException(String errorMessage)