com.ibm.websphere.ActivitySession

Class TimeoutOutOfRangeException

  • All Implemented Interfaces:
    java.io.Serializable


    public class TimeoutOutOfRangeException
    extends ActivitySessionException
    A TimeoutOutOfRangeException is thrown by the ActivitySession service when a supplied timeout value is outwith the permitted range.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeoutOutOfRangeException

        public TimeoutOutOfRangeException()
        Constructs a new TimeoutOutOfRangeException
      • TimeoutOutOfRangeException

        public TimeoutOutOfRangeException(java.lang.String msg)
        Constructs a new TimeoutOutOfRangeException with the given detail message
        Parameters:
        msg - The detail message
      • TimeoutOutOfRangeException

        public TimeoutOutOfRangeException(java.lang.Exception ex)
        Constructs a new TimeoutOutOfRangeException with the given nested exception
        Parameters:
        ex - The nested exception
      • TimeoutOutOfRangeException

        public TimeoutOutOfRangeException(java.lang.String msg,
                                  java.lang.Exception ex)
        Constructs a new TimeoutOutOfRangeException with the given detail message and nested exception
        Parameters:
        msg - The detail message
        ex - The nested exception
IBM WebSphere Application ServerTM
Release 8.5