net.sourceforge.apphere.exception
Class InvalidTokenException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended bynet.sourceforge.apphere.AppHereException
                          extended bynet.sourceforge.apphere.exception.InvalidTokenException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTokenException
extends AppHereException

Author:
Dewi Roberts
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvalidTokenException()
           
InvalidTokenException(java.lang.String message)
           
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetailString, addHeader, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultString, makeFault, output, printStackTrace, printStackTrace, setFaultActor, setFaultCode, setFaultCode, setFaultDetail, setFaultDetailString, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidTokenException

public InvalidTokenException()

InvalidTokenException

public InvalidTokenException(java.lang.String message)