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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rfid.premises.app.access.PremisesAccessException
All Implemented Interfaces:
java.io.Serializable

Deprecated. As IBM WebSphere Sensor Events v6.2, replaced by #SensorEventsAPIAccessException

@Deprecated
public class PremisesAccessException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static java.lang.String MSG_ERROR_INDICATOR_DIGIT_LENGTH_NOT_1
          Deprecated.  
static java.lang.String MSG_ERROR_INDICATOR_DIGIT_NULL
          Deprecated.  
static java.lang.String MSG_ERROR_NULL_INPUT_TYPE_CALCULATED
          Deprecated.  
 
Constructor Summary
PremisesAccessException(java.lang.String msg)
          Deprecated. Creates a PremisesAccessException using the specified message
PremisesAccessException(java.lang.String msg, java.lang.Throwable cause)
          Deprecated. Creates a PremisesAccessException using the specified message and cause
PremisesAccessException(java.lang.Throwable cause)
          Deprecated. Creates a PremisesAccessException 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
Deprecated. 
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
Deprecated. 
See Also:
Constant Field Values

MSG_ERROR_INDICATOR_DIGIT_NULL

public static final java.lang.String MSG_ERROR_INDICATOR_DIGIT_NULL
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

PremisesAccessException

public PremisesAccessException(java.lang.Throwable cause)
Deprecated. 
Creates a PremisesAccessException using the specified cause

Parameters:
cause -

PremisesAccessException

public PremisesAccessException(java.lang.String msg)
Deprecated. 
Creates a PremisesAccessException using the specified message

Parameters:
msg -

PremisesAccessException

public PremisesAccessException(java.lang.String msg,
                               java.lang.Throwable cause)
Deprecated. 
Creates a PremisesAccessException using the specified message and cause

Parameters:
msg -
cause -


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.