public class

InvalidHandshakeObjectReferenceException

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.handshake.client.impl.HandshakeAPIException
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
InvalidHandshakeObjectReferenceException(String message)
InvalidHandshakeObjectReferenceException(String message, Throwable cause)
InvalidHandshakeObjectReferenceException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -1346639624265450671 (0xed4fc66583313b51)

Public Constructors

public InvalidHandshakeObjectReferenceException (String message)

Parameters
message

public InvalidHandshakeObjectReferenceException (String message, Throwable cause)

Parameters
message
cause

public InvalidHandshakeObjectReferenceException (Throwable cause)

Parameters
cause