Class ServiceNowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.camel.CamelException
-
- org.apache.camel.component.servicenow.ServiceNowException
-
- All Implemented Interfaces:
Serializable
public class ServiceNowException extends org.apache.camel.CamelException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNowException(Integer code, String status, String message, String detail)ServiceNowException(Integer code, Map<Object,Object> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Object,Object>getAttributes()IntegergetCode()StringgetDetail()StringgetStatus()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-