|
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.Objectjava.lang.Throwable
java.lang.Exception
com.tarantella.tta.webservices.vsbim.VirtualServerBrokerException
public class VirtualServerBrokerException
This class is the base class of exceptions thrown by brokers.
Constructor Summary | |
---|---|
VirtualServerBrokerException(java.lang.String message)
Constructs a new VirtualServerBrokerException with the given message. |
|
VirtualServerBrokerException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new VirtualServerBrokerException 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 VirtualServerBrokerException(java.lang.String message)
message
- The message detailing this exception.public VirtualServerBrokerException(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 |