org.locomotive.loco
Class FailedSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.loco.FailedSessionException

public class FailedSessionException
extends java.lang.Exception

This is thrown when a session either cannot be created or cannot be accessed. It is typically associated with a database error of some sort. Look in the loco logs for more information.

See Also:
Serialized Form

Constructor Summary
FailedSessionException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailedSessionException

public FailedSessionException(java.lang.String s)