com.codemonster.surinam.export.throwable
Class SurinamRuntimeException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceBindingException, UnavailableServiceException, UnknownImplementationException, UnknownServiceException

public class SurinamRuntimeException
extends IllegalStateException

These types of exceptions need to be mapped to acceptable types for proper passage through the proxy. In the case of ServiceGraph-related exceptions, there are a few common types of things that can happen when dealing with Service Blocks... either the service can not be found or it can not be used. These are always runtime failures that can be anticipated and should be handled.

See Also:
Serialized Form

Constructor Summary
SurinamRuntimeException(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

SurinamRuntimeException

public SurinamRuntimeException(String message)


Copyright © 2010. All Rights Reserved.