Package com.soffid.iam.exception
Class UnknownHostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.UnknownHostException
- All Implemented Interfaces:
Serializable
Excepción máquina desconcida (SC_MAQUIN)
- Version:
- Author:
- u07286
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newUnknownHostExceptionwithout detail message.Constructs anUnknownHostExceptionwith 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 Details
-
UnknownHostException
public UnknownHostException()Creates newUnknownHostExceptionwithout detail message. -
UnknownHostException
Constructs anUnknownHostExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-