org.kie.remote.services.rest.exception
Class KieRemoteRestOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.remote.services.rest.exception.KieRemoteRestOperationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeploymentNotFoundException
public class KieRemoteRestOperationException
- extends RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
status
protected Integer status
KieRemoteRestOperationException
public KieRemoteRestOperationException(String s)
KieRemoteRestOperationException
protected KieRemoteRestOperationException(String s,
KieRemoteRestOperationException.Status status)
KieRemoteRestOperationException
public KieRemoteRestOperationException(String s,
Throwable throwable)
KieRemoteRestOperationException
protected KieRemoteRestOperationException(String s,
Throwable throwable,
KieRemoteRestOperationException.Status status)
getStatus
public int getStatus()
badRequest
public static KieRemoteRestOperationException badRequest(String msg)
forbidden
public static KieRemoteRestOperationException forbidden(String msg)
conflict
public static KieRemoteRestOperationException conflict(String msg,
Exception e)
notFound
public static KieRemoteRestOperationException notFound(String msg)
notFound
public static KieRemoteRestOperationException notFound(String msg,
Exception e)
internalServerError
public static KieRemoteRestOperationException internalServerError(String msg)
internalServerError
public static KieRemoteRestOperationException internalServerError(String msg,
Exception e)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.