Constructors in jautil.avatar that throw AvatarDataException |
CacheableAccess(java.lang.String avname,
java.lang.String avurl,
AvatarsCacheHandler ach)
Constructs a new cacheable avatar access instance for the avatar
with the given name, whose source URL is obtained from the given
JAOptions set. |
ClassPathAccess(java.lang.String avname)
Constructs a class path based avatar access object for the given
avatar name. |
DirectFilesAccess(java.lang.String av,
java.lang.String avburl)
Constructs a new direct files access instance for the avatar with
the given name and using the given avatar base URL. |