Class UnauthorisedUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.andresbustamante.yafoot.commons.exceptions.ApplicationException
net.andresbustamante.yafoot.core.exceptions.UnauthorisedUserException
- All Implemented Interfaces:
 Serializable
public class UnauthorisedUserException
extends net.andresbustamante.yafoot.commons.exceptions.ApplicationException
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUnauthorisedUserException(String message) Default constructor with a message to log. - 
Method Summary
Methods inherited from class net.andresbustamante.yafoot.commons.exceptions.ApplicationException
getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnauthorisedUserException
Default constructor with a message to log.- Parameters:
 message- Message to log
 
 -