|
||||||||||
| 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.ConversationEndedException
public class ConversationEndedException
Exception thrown to indicate the conversation being used for a stateful interaction has been ended.
| Constructor Summary | |
|---|---|
ConversationEndedException()
Override constructor from ServiceRuntimeException. |
|
ConversationEndedException(java.lang.String message)
Override constructor from ServiceRuntimeException. |
|
ConversationEndedException(java.lang.String message,
java.lang.Throwable cause)
Override constructor from ServiceRuntimeException. |
|
ConversationEndedException(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 ConversationEndedException()
ServiceRuntimeExceptionpublic ConversationEndedException(java.lang.String message)
message - passed to ServiceRuntimeExceptionServiceRuntimeException
public ConversationEndedException(java.lang.String message,
java.lang.Throwable cause)
message - passed to ServiceRuntimeExceptioncause - passed to ServiceRuntimeExceptionServiceRuntimeExceptionpublic ConversationEndedException(java.lang.Throwable cause)
cause - passed to ServiceRuntimeExceptionServiceRuntimeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||