public class ReconnectionFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
ReconnectionFailedException(java.lang.String msg)
Creates a new exception for indicating the failing of reconnecting the
worklist manager to the execution manager.
|
ReconnectionFailedException(java.lang.String msg,
java.lang.Throwable cause)
Creates a new exception for indicating the failing of reconnecting the
worklist manager to the execution manager having the designated message and
cause.
|
public ReconnectionFailedException(java.lang.String msg)
msg - A message describing the problem.public ReconnectionFailedException(java.lang.String msg,
java.lang.Throwable cause)
msg - A message describing the problem.cause - The cause that led to failing to reconnect.