com.ibm.rfid.premises.app.entities
Class InvalidTagURIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rfid.premises.app.entities.InvalidTagURIException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidTagURIException
- extends java.lang.Exception
This exception class gets thrown if an invalid
tag URI String is used.
An example of a valid URI string is:
urn:epc:tag:sgtin-96:3.30000.3245342.00002
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidTagURIException
public InvalidTagURIException()
- base constructor
InvalidTagURIException
public InvalidTagURIException(java.lang.String message)
- Parameters:
message
-
InvalidTagURIException
public InvalidTagURIException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
InvalidTagURIException
public InvalidTagURIException(java.lang.Throwable cause)
- Parameters:
cause
-
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.