com.connecterra.alepc.api
Class NoSuchCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.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
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 |
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)