public class

JanrainException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.janrain.exception.JanrainException

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

Constants

private static final long serialVersionUID

Constant Value: -2262847299350634241 (0xe098c05ecd40e0ff)

Public Constructors

public JanrainException ()

public JanrainException (String message)

Parameters
message

public JanrainException (String message, Throwable cause)

Parameters
message
cause