|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoRegisteredCallbackException()
ServiceRuntimeExceptionpublic 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 ServiceRuntimeExceptionServiceRuntimeExceptionpublic 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 | |||||||||