Class NameTakenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
za.co.wethinkcode.robots.server.errors.NameTakenException
- All Implemented Interfaces:
Serializable
Custom exception for a taken name
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNameTakenException(String message) NameTakenException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NameTakenException
public NameTakenException() -
NameTakenException
-
NameTakenException
-