com.connecterra.alepc.api
Class NoSuchCacheException

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

public class NoSuchCacheException
extends ALEException

This exception is thrown by the ALEPC API methods when a PCSpec to be defined references an EPC cache that does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchCacheException()
           
NoSuchCacheException(java.lang.String message)
           
NoSuchCacheException(java.lang.String message, java.lang.Throwable cause)
           
NoSuchCacheException(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

NoSuchCacheException

public NoSuchCacheException()

NoSuchCacheException

public NoSuchCacheException(java.lang.String message)

NoSuchCacheException

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

NoSuchCacheException

public NoSuchCacheException(java.lang.Throwable cause)