com.crystaldecisions.sdk.exception
Class SDKException.ServiceFailure

java.lang.Object
  |
  +--AbstractException
        |
        +--com.crystaldecisions.sdk.exception.SDKException
              |
              +--com.crystaldecisions.sdk.exception.SDKException.ServiceFailure
Enclosing class:
SDKException

public static class SDKException.ServiceFailure
extends SDKException

This exception is thrown when a service cannot be obtained from a server.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.crystaldecisions.sdk.exception.SDKException
SDKException.ConfigurationError, SDKException.ContradictingValues, SDKException.CORBASystem, SDKException.CORBAUser, SDKException.DifferentDeployment, SDKException.DifferentEnterpriseVersion, SDKException.EndOfFile, SDKException.FileRead, SDKException.FileWrite, SDKException.InvalidArg, SDKException.InvalidCMSSyntax, SDKException.InvalidCopyMode, SDKException.InvalidObjectID, SDKException.InvalidOperation, SDKException.InvalidPagingIndex, SDKException.InvalidRightKind, SDKException.NativeError, SDKException.NoRight, SDKException.NoRightChildren, SDKException.NotImplemented, SDKException.ObjectNotFound, SDKException.OCAFramework, SDKException.OutOfRange, SDKException.PageServerError, SDKException.PluginCategory, SDKException.PluginInitialization, SDKException.PluginNotFound, SDKException.PluginNotFoundAtCMS, SDKException.PropertyNotFound, SDKException.PropertyReadOnly, SDKException.SameDeployment, SDKException.SecurityError, SDKException.Serialization, SDKException.ServiceFailure, SDKException.ServiceNotFound, SDKException.StreamRead, SDKException.TimeOut, SDKException.Unexpected, SDKException.UnexpectedValue, SDKException.UnsupportedEnterpriseVersion, SDKException.URIFormat
 
Constructor Summary
SDKException.ServiceFailure(java.lang.String serviceName, java.lang.String server)
           
SDKException.ServiceFailure(java.lang.String serviceName, java.lang.String server, java.lang.Exception cause)
           
 
Methods inherited from class com.crystaldecisions.sdk.exception.SDKException
getCause, getDetail, getMessage, getMessage, map, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SDKException.ServiceFailure

public SDKException.ServiceFailure(java.lang.String serviceName,
                                   java.lang.String server,
                                   java.lang.Exception cause)

SDKException.ServiceFailure

public SDKException.ServiceFailure(java.lang.String serviceName,
                                   java.lang.String server)