com.intersys.objects
Class ReferenceCountingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.intersys.objects.CacheException
              extended bycom.intersys.objects.SystemError
                  extended bycom.intersys.objects.ReferenceCountingException
All Implemented Interfaces:
Serializable

public class ReferenceCountingException
extends SystemError
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReferenceCountingException(Exception x, String msg)
           
ReferenceCountingException(String msg)
           
 
Methods inherited from class com.intersys.objects.CacheException
getCode, getMessage, printFullTrace, printFullTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceCountingException

public ReferenceCountingException(String msg)

ReferenceCountingException

public ReferenceCountingException(Exception x,
                                  String msg)