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

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

public class ALEAccessException
extends java.lang.Exception

AleAccessException should be used for default Ale access exceptions.

See Also:
Serialized Form

Constructor Summary
ALEAccessException(java.lang.String msg)
          Creates a AleAccessException using the specified message
ALEAccessException(java.lang.String msg, java.lang.Throwable cause)
          Creates a AleAccessException using the specified message and cause
ALEAccessException(java.lang.Throwable cause)
          Creates a AleAccessException 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
 

Constructor Detail

ALEAccessException

public ALEAccessException(java.lang.Throwable cause)
Creates a AleAccessException using the specified cause

Parameters:
cause -

ALEAccessException

public ALEAccessException(java.lang.String msg)
Creates a AleAccessException using the specified message

Parameters:
msg -

ALEAccessException

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

Parameters:
msg -
cause -


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