Package org.kie.server.common.rest
Class HttpStatusCodeException
- java.lang.Object
-
- org.kie.server.common.rest.HttpStatusCodeException
-
public class HttpStatusCodeException extends Object
Provides static lists of exceptions which map to a particular HTTP status codes. This is internal API that should be used when REST requests made to Kie Server throw exceptions.
-
-
Field Summary
Fields Modifier and Type Field Description static List<Class>BAD_REQUEST
-
Constructor Summary
Constructors Constructor Description HttpStatusCodeException()
-