Enhydra 5.1 API

com.lutris.multiServer
Class ActKeyValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.lutris.multiServer.ActKeyValidationException
All Implemented Interfaces:
java.io.Serializable

public class ActKeyValidationException
extends java.lang.Exception

This is the Exception that will be thrown if the given validation code does not accept the right-to-run of the currently running servlet.

Author:
Jason Abbott (jason@lutris.com)
See Also:
org.enhydra.servlet.ActKeyValidation, Serialized Form

Constructor Summary
ActKeyValidationException(java.lang.String s)
           
 
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

ActKeyValidationException

public ActKeyValidationException(java.lang.String s)

Enhydra 5.1 API