net.sf.lpr.exception
Class UnknownHostRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.lpr.exception.UnknownHostRuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class UnknownHostRuntimeException
- extends java.lang.RuntimeException
Used in place of the checked UnknownHostException
- Author:
- x_sid
- See Also:
- Serialized Form
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 |
UnknownHostRuntimeException
public UnknownHostRuntimeException()
UnknownHostRuntimeException
public UnknownHostRuntimeException(java.lang.String message)
UnknownHostRuntimeException
public UnknownHostRuntimeException(java.lang.Throwable cause)
UnknownHostRuntimeException
public UnknownHostRuntimeException(java.lang.String message,
java.lang.Throwable cause)