org.sr.server
Class SessionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sr.server.SessionNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class SessionNotFoundException
- extends java.lang.Exception
Thrown when an exception happens during
creation of a service which has SESSION life context.
- Author:
- Serhat Dirik
- See Also:
- Serialized Form
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 |
SessionNotFoundException
public SessionNotFoundException()
SessionNotFoundException
public SessionNotFoundException(java.lang.String arg0)
SessionNotFoundException
public SessionNotFoundException(java.lang.Throwable arg0)
SessionNotFoundException
public SessionNotFoundException(java.lang.String arg0,
java.lang.Throwable arg1)