com.faunos.util.net
Class HandletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HandletException
public HandletException()
HandletException
public HandletException(String message)
HandletException
public HandletException(Throwable cause)
HandletException
public HandletException(String message,
Throwable cause)