org.histpop.server.objects
Class ForwardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.histpop.server.objects.ForwardException
All Implemented Interfaces:
java.io.Serializable, ServerObj

public class ForwardException
extends java.lang.Exception
implements ServerObj

See Also:
Serialized Form

Constructor Summary
ForwardException(java.lang.String message)
           
 
Method Summary
 java.lang.String getID()
           
 java.lang.String getMessage()
           
 java.lang.String getType()
           
 void init()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ForwardException

public ForwardException(java.lang.String message)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

init

public void init()

getType

public java.lang.String getType()

getID

public java.lang.String getID()