com.connecterra.alepc.api
Class CacheInUseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
              extended bycom.connecterra.alepc.api.CacheInUseException
All Implemented Interfaces:
java.io.Serializable

public class CacheInUseException
extends ALEException

This exception is thrown by the ALEPC API methods if an attempt is made to undefine an EPC cache that is referenced by any PCSpecs.

See Also:
Serialized Form

Constructor Summary
CacheInUseException()
           
CacheInUseException(java.lang.String message)
           
CacheInUseException(java.lang.String message, java.lang.Throwable cause)
           
CacheInUseException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheInUseException

public CacheInUseException()

CacheInUseException

public CacheInUseException(java.lang.String message)

CacheInUseException

public CacheInUseException(java.lang.String message,
                           java.lang.Throwable cause)

CacheInUseException

public CacheInUseException(java.lang.Throwable cause)