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