|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
stec.pos.POSException
stec.pos.TimeoutException
public class TimeoutException
This exception is thrown when a specified timeout is reached without gaining access to the desired resource.
POSException,
Serialized Form| Constructor Summary | |
|---|---|
TimeoutException()
Constructs a new timeout exception. |
|
TimeoutException(java.lang.String message)
Constructs a new timeout exception associated with the specified message. |
|
TimeoutException(java.lang.Throwable throwable)
Constructs a new timeout exception wrapping the specified exception or error. |
|
TimeoutException(java.lang.Throwable throwable,
java.lang.String message)
Constructs a new timeout exception wrapping the specified exception or error and associated message. |
|
| Method Summary |
|---|
| Methods inherited from class stec.pos.POSException |
|---|
getRootCause |
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutException()
public TimeoutException(java.lang.Throwable throwable)
throwable - the exception or error.public TimeoutException(java.lang.String message)
message - the text message to associate with this exception.
public TimeoutException(java.lang.Throwable throwable,
java.lang.String message)
throwable - the exception or error.message - the text message to associate with the exception or error.
|
Servertec Persistent Object Store 1.4.1 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.