com.ibm.rfid.premises.app.access
Class SensorEventsAPIAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
static java.lang.String MSG_ERROR_INDICATOR_DIGIT_LENGTH_NOT_1
           
static java.lang.String MSG_ERROR_INDICATOR_DIGIT_NULL
           
static java.lang.String MSG_ERROR_NULL_INPUT_TYPE_CALCULATED
           
 
Constructor Summary
SensorEventsAPIAccessException(java.lang.String msg)
          Creates a SensorEventsAPIAccessException using the specified message
SensorEventsAPIAccessException(java.lang.String msg, java.lang.Throwable cause)
          Creates a SensorEventsAPIAccessException using the specified message and cause
SensorEventsAPIAccessException(java.lang.Throwable cause)
          Creates a SensorEventsAPIAccessException using the specified cause
 
Method Summary
 
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
 

Field Detail

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
Constructor Detail

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.