Package org.hertsstack.core.exception
Class ServiceMethodNotfoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hertsstack.core.exception.ServiceMethodNotfoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceMethodNotfoundException extends java.lang.RuntimeException
Herts failure instance exception class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceMethodNotfoundException()
ServiceMethodNotfoundException(java.lang.String msg)
ServiceMethodNotfoundException(java.lang.String msg, java.lang.Throwable cause)
ServiceMethodNotfoundException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ServiceMethodNotfoundException
public ServiceMethodNotfoundException()
-
ServiceMethodNotfoundException
public ServiceMethodNotfoundException(java.lang.String msg)
-
ServiceMethodNotfoundException
public ServiceMethodNotfoundException(java.lang.Throwable cause)
-
ServiceMethodNotfoundException
public ServiceMethodNotfoundException(java.lang.String msg, java.lang.Throwable cause)
-
-