|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.tarantella.tta.webservices.vsbim.VirtualServerBrokerException
com.tarantella.tta.webservices.vsbim.StaleVirtualServerBrokerException
public class StaleVirtualServerBrokerException
This class defines an exception thrown when a broker becomes 'stale'. A broker becomes stale when its state is no longer valid (e.g. the connection to a server is closed, etc.)
| Constructor Summary | |
|---|---|
StaleVirtualServerBrokerException(java.lang.String message)Constructs a new StaleVirtualServerBrokerException with the given message. |
|
StaleVirtualServerBrokerException(java.lang.String message, java.lang.Throwable cause)Constructs a new StaleVirtualServerBrokerException with the given message and 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaleVirtualServerBrokerException(java.lang.String message)
message - The message detailing this exception.
public StaleVirtualServerBrokerException(java.lang.String message,
java.lang.Throwable cause)
message - The message detailing this exception.cause - The Throwable that caused this exception.
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||