public class

HandshakeAPIException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.handshake.client.impl.HandshakeAPIException
Known Direct Subclasses

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

Constants

private static final long serialVersionUID

Constant Value: 7686116903373295386 (0x6aaa9299cfb0cf1a)

Public Constructors

public HandshakeAPIException (String message)

Parameters
message

public HandshakeAPIException (String message, Throwable cause)

Parameters
message
cause

public HandshakeAPIException (Throwable cause)

Parameters
cause