public class

ClarizenSessionTimeoutException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.clarizen.ClarizenSessionTimeoutException

Class Overview

Clarizen Session Timeout Exception

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
ClarizenSessionTimeoutException(String exceptionMessage)
ClarizenSessionTimeoutException(Throwable cause)
ClarizenSessionTimeoutException(String exceptionMessage, Throwable cause)
ClarizenSessionTimeoutException(ErrorCode errorCode, String message)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -3070656338202096135 (0xd562d65456298df9)

Public Constructors

public ClarizenSessionTimeoutException (String exceptionMessage)

Parameters
exceptionMessage

public ClarizenSessionTimeoutException (Throwable cause)

Parameters
cause

public ClarizenSessionTimeoutException (String exceptionMessage, Throwable cause)

Parameters
exceptionMessage
cause

public ClarizenSessionTimeoutException (ErrorCode errorCode, String message)

Parameters
errorCode
message