public class

ClarizenRuntimeException

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

Class Overview

Clarizen Runtime 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
ClarizenRuntimeException(String exceptionMessage)
ClarizenRuntimeException(Throwable cause)
ClarizenRuntimeException(String exceptionMessage, Throwable cause)
ClarizenRuntimeException(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: -6610171710776228369 (0xa443f3d9ead8c5ef)

Public Constructors

public ClarizenRuntimeException (String exceptionMessage)

Parameters
exceptionMessage

public ClarizenRuntimeException (Throwable cause)

Parameters
cause

public ClarizenRuntimeException (String exceptionMessage, Throwable cause)

Parameters
exceptionMessage
cause

public ClarizenRuntimeException (ErrorCode errorCode, String message)

Parameters
errorCode
message