Package com.soffid.iam.exception
Class UnknownNetworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.UnknownNetworkException
- All Implemented Interfaces:
Serializable
Excepción red desconocida
- Version:
- $Revision: 1.1.2.1 $
- Author:
- $Author: u07286 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newUnknownNetworkExceptionwithout detail message.Constructs anUnknownNetworkExceptionwith 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
-
UnknownNetworkException
public UnknownNetworkException()Creates newUnknownNetworkExceptionwithout detail message. -
UnknownNetworkException
Constructs anUnknownNetworkExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-