|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.TimeoutException
public class TimeoutException
Indicates that an operation timed out.
| 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 |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public TimeoutException()
public TimeoutException(java.lang.String pMessage)
public TimeoutException(java.lang.String pMessage,
java.lang.Throwable pCause)
public TimeoutException(java.lang.Throwable pCause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||