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