Package org.starhope.appius.except

Exception Summary
AlreadyExistsException  
AlreadyLoadedException  
AlreadyUsedException  
DataException A DataException is thrown when a parameter that is passed into some Star-Hope routine or other is invalid, out-of-range, or badly-formed.
ForbiddenUserException This exception is thrown in registration and similar code to denote that an user is forbidden from registering, probably because they were previously banned.
GameLogicException An exception which can be thrown in the database code, that reflects something that's less of a data-consistency error, and more of a game logic issue.
NonSufficientFundsException This exception may be thrown for a purchase attempt by a player who does not have enough (in-game) currency to afford the item being purchased.
NotFoundException NotFoundException.java (org.starhope.appius.util) An exception thrown because something doesn't exist or couldn't be found.
NotImplementedException  
PrivilegeRequiredException WRITEME