Package es.caib.seycon.ng.exception
Class UnknownUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.UnknownUserException
-
- All Implemented Interfaces:
Serializable
public class UnknownUserException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownUserException()
Creates newUnknownUserException
without detail message.UnknownUserException(String msg)
Constructs anUnknownUserException
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
-
UnknownUserException
public UnknownUserException()
Creates newUnknownUserException
without detail message.
-
UnknownUserException
public UnknownUserException(String msg)
Constructs anUnknownUserException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-