|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.osoa.sca.ServiceRuntimeException org.osoa.sca.NoRegisteredCallbackException
public class NoRegisteredCallbackException
Exception thrown to indicate that no callback has been registered when interacting with a service.
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NoRegisteredCallbackException()
ServiceRuntimeException
public NoRegisteredCallbackException(java.lang.String message)
message
- passed to ServiceRuntimeExceptionServiceRuntimeException
public NoRegisteredCallbackException(java.lang.String message, java.lang.Throwable cause)
message
- passed to ServiceRuntimeExceptioncause
- passed to ServiceRuntimeExceptionServiceRuntimeException
public NoRegisteredCallbackException(java.lang.Throwable cause)
cause
- passed to ServiceRuntimeExceptionServiceRuntimeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |