com.connecterra.alepc.api
Class InvalidPatternsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.alepc.api.InvalidPatternsException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidPatternsException
- extends ALEException
This exception is thrown by the ALEPC API methods which take a
EPCPatterns argument if the EPCPatterns is invalid or unusable. The detail message
string will include more information about why the EPCPatterns was rejected.
- 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 |
InvalidPatternsException
public InvalidPatternsException()
InvalidPatternsException
public InvalidPatternsException(java.lang.String message)
InvalidPatternsException
public InvalidPatternsException(java.lang.String message,
java.lang.Throwable cause)
InvalidPatternsException
public InvalidPatternsException(java.lang.Throwable cause)