com.faunos.util.net
Class HandletStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.faunos.util.net.HandletException
                  extended by com.faunos.util.net.HandletStateException
All Implemented Interfaces:
Serializable

public class HandletStateException
extends HandletException

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
HandletStateException()
           
HandletStateException(String message)
           
HandletStateException(String message, Throwable cause)
           
HandletStateException(Throwable cause)
           
 
Method Summary
 
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

HandletStateException

public HandletStateException()

HandletStateException

public HandletStateException(String message)

HandletStateException

public HandletStateException(Throwable cause)

HandletStateException

public HandletStateException(String message,
                             Throwable cause)


SourceForge.net Logo