View Javadoc

1   package net.trajano.twiff;
2   
3   /***
4    * Subclass of {@link net.trajano.twiff.TwiffException} when a no session has
5    * been created when one is expected.
6    * 
7    * @author Archimedes Trajano
8    */
9   public class MissingSessionException extends TwiffException {
10      /***
11       * Construct a new exception.
12       */
13      public MissingSessionException() {
14      }
15  }