public class TimeoutOutOfRangeException extends ActivitySessionException
TimeoutOutOfRangeException is thrown by the ActivitySession
service when a supplied timeout value is outwith the permitted range.| Constructor and Description |
|---|
TimeoutOutOfRangeException()
Constructs a new TimeoutOutOfRangeException
|
TimeoutOutOfRangeException(java.lang.Exception ex)
Constructs a new TimeoutOutOfRangeException with the given nested exception
|
TimeoutOutOfRangeException(java.lang.String msg)
Constructs a new TimeoutOutOfRangeException with the given detail message
|
TimeoutOutOfRangeException(java.lang.String msg,
java.lang.Exception ex)
Constructs a new TimeoutOutOfRangeException with the given detail message
and nested exception
|
getNestedExceptionpublic TimeoutOutOfRangeException()
public TimeoutOutOfRangeException(java.lang.String msg)
msg - The detail messagepublic TimeoutOutOfRangeException(java.lang.Exception ex)
ex - The nested exceptionpublic TimeoutOutOfRangeException(java.lang.String msg,
java.lang.Exception ex)
msg - The detail messageex - The nested exception