Package org.hertsstack.core.exception
Class ServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hertsstack.core.exception.ServiceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotFoundException extends java.lang.RuntimeException
Herts service is not found on registered service exception class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException()
ServiceNotFoundException(java.lang.String msg)
ServiceNotFoundException(java.lang.String msg, java.lang.Throwable cause)
ServiceNotFoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ServiceNotFoundException
public ServiceNotFoundException()
-
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String msg)
-
ServiceNotFoundException
public ServiceNotFoundException(java.lang.Throwable cause)
-
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String msg, java.lang.Throwable cause)
-
-