Uses of Package
com.codemonster.surinam.export.throwable

Packages that use com.codemonster.surinam.export.throwable
com.codemonster.surinam.controller   
com.codemonster.surinam.core.framework   
com.codemonster.surinam.core.framework.impl   
com.codemonster.surinam.export.core   
com.codemonster.surinam.export.framework   
com.codemonster.surinam.export.throwable   
com.codemonster.surinam.mgmt   
com.codemonster.surinam.mgmt.impl   
com.codemonster.surinam.routing   
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.controller
BindingDeclarationError
          This type of exception is thrown when a given Contract or Provider Implementation has something wrong related to service binding.
DependencyInjectionException
          This exception gets thrown from inside the Service Directory when instantiation of implementations include resource and service injection.
MissingAnnotationException
          Annotations are a primary way that service information is captured by service developers and passed along to the framework; if a required annotation is missing, the framework will not know what to do with the service.
MissingInterfaceException
          This type of exception is thrown when a given Contract or Provider Implementation does not implement a required interface.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.core.framework
UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.core.framework.impl
ServiceBindingException
          When an attempt to bind a service implementation to a service definition fails, you often will get this exception thrown.
UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.export.core
UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.export.framework
BindingDeclarationError
          This type of exception is thrown when a given Contract or Provider Implementation has something wrong related to service binding.
DependencyInjectionException
          This exception gets thrown from inside the Service Directory when instantiation of implementations include resource and service injection.
MissingAnnotationException
          Annotations are a primary way that service information is captured by service developers and passed along to the framework; if a required annotation is missing, the framework will not know what to do with the service.
MissingInterfaceException
          This type of exception is thrown when a given Contract or Provider Implementation does not implement a required interface.
ServiceBindingException
          When an attempt to bind a service implementation to a service definition fails, you often will get this exception thrown.
UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
UnknownImplementationException
          This self-describing exception occurs when trying to access an implementation via a versioned implementation name.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.export.throwable
IllegalServiceType
          This is a base exception type for some exceptions that are missing required bits of meta-data information.
SurinamException
          This is a root exception of most of the framework's exceptions and errors.
SurinamRuntimeException
          These types of exceptions need to be mapped to acceptable types for proper passage through the proxy.
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.mgmt
BindingDeclarationError
          This type of exception is thrown when a given Contract or Provider Implementation has something wrong related to service binding.
DependencyInjectionException
          This exception gets thrown from inside the Service Directory when instantiation of implementations include resource and service injection.
MissingAnnotationException
          Annotations are a primary way that service information is captured by service developers and passed along to the framework; if a required annotation is missing, the framework will not know what to do with the service.
MissingInterfaceException
          This type of exception is thrown when a given Contract or Provider Implementation does not implement a required interface.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.mgmt.impl
BindingDeclarationError
          This type of exception is thrown when a given Contract or Provider Implementation has something wrong related to service binding.
DependencyInjectionException
          This exception gets thrown from inside the Service Directory when instantiation of implementations include resource and service injection.
MissingAnnotationException
          Annotations are a primary way that service information is captured by service developers and passed along to the framework; if a required annotation is missing, the framework will not know what to do with the service.
MissingInterfaceException
          This type of exception is thrown when a given Contract or Provider Implementation does not implement a required interface.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 

Classes in com.codemonster.surinam.export.throwable used by com.codemonster.surinam.routing
UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 



Copyright © 2010. All Rights Reserved.