com.ibm.rfid.premises.app.access
Class SensorEventsAPIAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.rfid.premises.app.access.SensorEventsAPIAccessException
- All Implemented Interfaces:
- java.io.Serializable
public class SensorEventsAPIAccessException
- extends java.lang.Exception
SensorEventsAPIAccessException should be used for default exceptions for WSE.
- 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 |
MSG_ERROR_NULL_INPUT_TYPE_CALCULATED
public static final java.lang.String MSG_ERROR_NULL_INPUT_TYPE_CALCULATED
- See Also:
- Constant Field Values
MSG_ERROR_INDICATOR_DIGIT_LENGTH_NOT_1
public static final java.lang.String MSG_ERROR_INDICATOR_DIGIT_LENGTH_NOT_1
- See Also:
- Constant Field Values
MSG_ERROR_INDICATOR_DIGIT_NULL
public static final java.lang.String MSG_ERROR_INDICATOR_DIGIT_NULL
- See Also:
- Constant Field Values
SensorEventsAPIAccessException
public SensorEventsAPIAccessException(java.lang.Throwable cause)
- Creates a SensorEventsAPIAccessException using the specified cause
- Parameters:
cause
-
SensorEventsAPIAccessException
public SensorEventsAPIAccessException(java.lang.String msg)
- Creates a SensorEventsAPIAccessException using the specified message
- Parameters:
msg
-
SensorEventsAPIAccessException
public SensorEventsAPIAccessException(java.lang.String msg,
java.lang.Throwable cause)
- Creates a SensorEventsAPIAccessException using the specified message and cause
- Parameters:
msg
- cause
-
Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.