Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


com.tarantella.tta.webservices.vsbim
Class VirtualServerBrokerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.tarantella.tta.webservices.vsbim.VirtualServerBrokerException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
StaleVirtualServerBrokerException, VirtualServerBrokerAuthException

public class VirtualServerBrokerException
extends java.lang.Exception

This class is the base class of exceptions thrown by brokers.

Since:
1.3
See Also:
Serialized Form

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

VirtualServerBrokerException

public VirtualServerBrokerException(java.lang.String message)
Constructs a new VirtualServerBrokerException with the given message.
Parameters:
message - The message detailing this exception.
Since:
1.3

VirtualServerBrokerException

public VirtualServerBrokerException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructs a new VirtualServerBrokerException with the given message and cause.
Parameters:
message - The message detailing this exception.
cause - The Throwable that caused this exception.
Since:
1.3

Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.