|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.connection.ConnectionTimeoutException
public class ConnectionTimeoutException
The connection factory throws a timeout exception when a connection request could not be completed before an administrative time limit expired. Load balancing spawners cause timeout exceptions if their load does not fall below a certain level within a certain amount of time.
After a timeout exception has been thrown, a future connection request might succeed. In other words, a timeout exception does not imply a server failure.
Constructor Summary | |
---|---|
ConnectionTimeoutException()
No-arg constructor. |
|
ConnectionTimeoutException(java.lang.String msg)
Construct a connection factory exception with a message. |
|
ConnectionTimeoutException(java.lang.String msg,
java.lang.Throwable nestedException)
Construct a connection factory exception with a message and a nested exception. |
|
ConnectionTimeoutException(java.lang.Throwable nestedException)
Construct a connection factory exception with a nested exception. |
Method Summary |
---|
Methods inherited from class com.sas.services.connection.ConnectionFactoryException |
---|
getRootException, getTargetException |
Constructor Detail |
---|
public ConnectionTimeoutException()
public ConnectionTimeoutException(java.lang.String msg)
msg
- a message providing further details about the exceptionpublic ConnectionTimeoutException(java.lang.Throwable nestedException)
nestedException
- the exception that caused this exceptionpublic ConnectionTimeoutException(java.lang.String msg, java.lang.Throwable nestedException)
msg
- a message providing further details about the exceptionnestedException
- the exception that caused this exception
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |