This method of the ClientStore Class sets the amount of storage space allocated to the principal. All callers of this method must be fully trusted.
public void setStorageLimit(long newlimit) throws IOException;
newlimit | The amount of space allocated, in bytes. |
IOException if the new limit could not be set.
SecurityException if any caller is not fully trusted.