Renamed WEPIFRutimeException to WEPIFRuntimeException and gave it a serialVersionUID.

This commit is contained in:
TomyLobo
2011-12-05 03:41:24 +01:00
parent 09589e2a79
commit cd2f56918d
3 changed files with 13 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ public class PermissionsResolverManager implements PermissionsResolver {
public static PermissionsResolverManager getInstance() {
if (instance == null) {
throw new WEPIFRutimeException("WEPIF has not yet been initialized!");
throw new WEPIFRuntimeException("WEPIF has not yet been initialized!");
}
return instance;
}