In IndexedDiskCacheAttributes (from jad)

    public AuxiliaryCacheAttributes copy()
    {
      try 
      {
        return (AuxiliaryCacheAttributes)clone();
      }
      catch(Exception e)
      {
        return this;
      }
    }

Would expect that CloneNotSupportedException means the system is
foobared but
With any other exception returning "this" could create even more
problems and
Not be easily tracked down.

---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jcs-users-h...@jakarta.apache.org

Reply via email to