Package org.kie.server.common.rest
Class NoEndpointFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.kie.server.common.rest.KieServerHttpRequestException
-
- org.kie.server.common.rest.NoEndpointFoundException
-
- All Implemented Interfaces:
Serializable
public class NoEndpointFoundException extends KieServerHttpRequestException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoEndpointFoundException(String msg)NoEndpointFoundException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class org.kie.server.common.rest.KieServerHttpRequestException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-