Uses of Class
com.codemonster.surinam.export.throwable.SurinamRuntimeException

Packages that use SurinamRuntimeException
com.codemonster.surinam.export.throwable   
 

Uses of SurinamRuntimeException in com.codemonster.surinam.export.throwable
 

Subclasses of SurinamRuntimeException in com.codemonster.surinam.export.throwable
 class ServiceBindingException
          When an attempt to bind a service implementation to a service definition fails, you often will get this exception thrown.
 class UnavailableServiceException
          When a service is registered but is in a state that makes it impossible to handle requests, you will see this exception.
 class UnknownImplementationException
          This self-describing exception occurs when trying to access an implementation via a versioned implementation name.
 class UnknownServiceException
          This self-describing exception occurs when a service is requested that is unknown to the directory (not registered).
 



Copyright © 2010. All Rights Reserved.