Class ServiceNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelNotFoundException

public class ServiceNotFoundException extends BaseException
See Also:
  • Constructor Details

    • ServiceNotFoundException

      public ServiceNotFoundException()
    • ServiceNotFoundException

      public ServiceNotFoundException(String message)
    • ServiceNotFoundException

      public ServiceNotFoundException(String message, Throwable cause)
    • ServiceNotFoundException

      public ServiceNotFoundException(Throwable cause)
    • ServiceNotFoundException

      public ServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details