com.codemonster.surinam.export.throwable
Class UnknownServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.codemonster.surinam.export.throwable.SurinamRuntimeException
                      extended by com.codemonster.surinam.export.throwable.UnknownServiceException
All Implemented Interfaces:
Serializable

public class UnknownServiceException
extends SurinamRuntimeException

This self-describing exception occurs when a service is requested that is unknown to the directory (not registered). It might occur as the result of requesting a service by its string name where the name is read from an external file since typos can easily happen. This does not normally happen with embedded service names since any reasonable amount of testing would uncover the fact that a service cannot find a dependent service.

See Also:
Serialized Form

Constructor Summary
UnknownServiceException(String message)
           
 
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

UnknownServiceException

public UnknownServiceException(String message)


Copyright © 2010. All Rights Reserved.