Anyframe Web

anyframe.web.struts.util
Class InvalidTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.struts.util.ModuleException
              extended by anyframe.web.struts.util.InvalidTokenException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTokenException
extends org.apache.struts.util.ModuleException

Sub Class of InvalidTokenException which is occurred when the request has not valid token.

Author:
Byunghun Woo
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.util.ModuleException
message, property
 
Constructor Summary
InvalidTokenException(java.lang.String exceptionKey)
           
InvalidTokenException(java.lang.String exceptionKey, java.lang.Throwable exception)
           
 
Method Summary
 
Methods inherited from class org.apache.struts.util.ModuleException
getActionMessage, getProperty, setProperty
 
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

InvalidTokenException

public InvalidTokenException(java.lang.String exceptionKey)

InvalidTokenException

public InvalidTokenException(java.lang.String exceptionKey,
                             java.lang.Throwable exception)

Anyframe Web

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.