net.trajano.twiff
Class MissingSessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.trajano.twiff.TwiffException
                  extended by net.trajano.twiff.MissingSessionException
All Implemented Interfaces:
Serializable

public class MissingSessionException
extends TwiffException

Subclass of TwiffException when a no session has been created when one is expected.

Author:
Archimedes Trajano
See Also:
Serialized Form

Constructor Summary
MissingSessionException()
          Construct a new exception.
 
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

MissingSessionException

public MissingSessionException()
Construct a new exception.



Copyright © 2004-2005 trajano.net. All Rights Reserved.