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