atg.core.exception
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.TimeoutException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutException
extends java.lang.Exception

Indicates that an operation timed out.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
TimeoutException()
          Constructs a blank TimeoutException
TimeoutException(java.lang.String pMessage)
          Constructs a TimeoutException with the specified detail message
TimeoutException(java.lang.String pMessage, java.lang.Throwable pCause)
          Constructs a TimeoutException with the specified detail message and cause
TimeoutException(java.lang.Throwable pCause)
          Constructs a TimeoutException with the specified cause
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

TimeoutException

public TimeoutException()
Constructs a blank TimeoutException


TimeoutException

public TimeoutException(java.lang.String pMessage)
Constructs a TimeoutException with the specified detail message


TimeoutException

public TimeoutException(java.lang.String pMessage,
                        java.lang.Throwable pCause)
Constructs a TimeoutException with the specified detail message and cause


TimeoutException

public TimeoutException(java.lang.Throwable pCause)
Constructs a TimeoutException with the specified cause