com.codemonster.surinam.export.throwable
Class ServiceBindingException

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.ServiceBindingException
All Implemented Interfaces:
Serializable

public class ServiceBindingException
extends SurinamRuntimeException

When an attempt to bind a service implementation to a service definition fails, you often will get this exception thrown.

See Also:
Serialized Form

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

ServiceBindingException

public ServiceBindingException(String message)


Copyright © 2010. All Rights Reserved.