public class

ZendeskException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.zendesk.jersey.ZendeskException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
ZendeskException(String exceptionMessage)
ZendeskException(Throwable cause)
ZendeskException(String exceptionMessage, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6610171710776228369 (0xa443f3d9ead8c5ef)

Public Constructors

public ZendeskException (String exceptionMessage)

Parameters
exceptionMessage

public ZendeskException (Throwable cause)

Parameters
cause

public ZendeskException (String exceptionMessage, Throwable cause)

Parameters
exceptionMessage
cause