Package com.soffid.iam.exception
Class UnknownUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.soffid.iam.exception.UnknownUserException
- All Implemented Interfaces:
Serializable
Excepción usuario desconocido
- Version:
- $Log: UnknownUserException.java,v $, Revision 1.1.2.1 2012-09-18 06:12:52 u07286, Canvi paquet excepcions, , Revision 1.1.2.1 2012-05-16 10:33:38 u07286, Reestructuració de paquets seycon antics, , Revision 1.1 2007-09-06 12:51:10 u89559, [T252], , Revision 1.3 2004-03-15 12:08:08 u07286, Conversion UTF-8, , Revision 1.2 2004/03/15 11:57:53 u07286, Agregada documentacion JavaDoc,
- Author:
- $Author: u07286 $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newUnknownUserExceptionwithout detail message.Constructs anUnknownUserExceptionwith 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
-
UnknownUserException
public UnknownUserException()Creates newUnknownUserExceptionwithout detail message. -
UnknownUserException
Constructs anUnknownUserExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-