2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


org.osoa.sca
Class NoRegisteredCallbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.osoa.sca.NoRegisteredCallbackException
All Implemented Interfaces:
java.io.Serializable

public class NoRegisteredCallbackException
extends ServiceRuntimeException

Exception thrown to indicate that no callback has been registered when interacting with a service.

Version:
$Rev: 498006 $ $Date: 2007-01-19 23:37:39 +0000 (Fri, 19 Jan 2007) $
See Also:
Serialized Form

Constructor Summary
NoRegisteredCallbackException()
          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.String message)
          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.String message, java.lang.Throwable cause)
          Override constructor from ServiceRuntimeException.
NoRegisteredCallbackException(java.lang.Throwable cause)
          Override constructor from ServiceRuntimeException.
 
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

NoRegisteredCallbackException

public NoRegisteredCallbackException()
Override constructor from ServiceRuntimeException.

See Also:
ServiceRuntimeException

NoRegisteredCallbackException

public NoRegisteredCallbackException(java.lang.String message)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

NoRegisteredCallbackException

public NoRegisteredCallbackException(java.lang.String message,
                                     java.lang.Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

NoRegisteredCallbackException

public NoRegisteredCallbackException(java.lang.Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException