Package es.caib.seycon.ng.exception
Class UnknownHostException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.UnknownHostException
-
- All Implemented Interfaces:
Serializable
public class UnknownHostException extends Exception
Excepción máquina desconcida (SC_MAQUIN)- Version:
- Author:
- u07286
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownHostException()
Creates newUnknownHostException
without detail message.UnknownHostException(String msg)
Constructs anUnknownHostException
with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownHostException
public UnknownHostException()
Creates newUnknownHostException
without detail message.
-
UnknownHostException
public UnknownHostException(String msg)
Constructs anUnknownHostException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-