com.faunos.util.net
Class HandletException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HandletStateException

public class HandletException
extends RuntimeException

Author:
Babak Farhang
See Also:
Serialized Form

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

HandletException

public HandletException()

HandletException

public HandletException(String message)

HandletException

public HandletException(Throwable cause)

HandletException

public HandletException(String message,
                        Throwable cause)


SourceForge.net Logo