edu.vt.middleware.ed.exception
Class ReserveHandleNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.vt.middleware.ed.exception.ApplicationException
              extended by edu.vt.middleware.ed.exception.DataException
                  extended by edu.vt.middleware.ed.exception.RegistryDataException
                      extended by edu.vt.middleware.ed.exception.RegistryDataNotFoundException
                          extended by edu.vt.middleware.ed.exception.ReserveHandleNotFoundException
All Implemented Interfaces:
Serializable

public class ReserveHandleNotFoundException
extends RegistryDataNotFoundException

ReserveHandleNotFoundException indicates that a reserve handle is not found when one is expected.

Version:
$Revision: 7631 $
Author:
Cathy Winfrey
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialVersionUID
 
Constructor Summary
ReserveHandleNotFoundException(Exception e)
          Constructs a new ReserveHandleNotFoundException with the supplied Exception.
ReserveHandleNotFoundException(String msg)
          Constructs a new ReserveHandleNotFoundException with the supplied detail message.
ReserveHandleNotFoundException(String msg, Exception e)
          Constructs a new ReserveHandleNotException with the supplied detail message Exception.
 
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

serialVersionUID

private static final long serialVersionUID
serialVersionUID

See Also:
Constant Field Values
Constructor Detail

ReserveHandleNotFoundException

public ReserveHandleNotFoundException(String msg)
Constructs a new ReserveHandleNotFoundException with the supplied detail message.

Parameters:
msg - String

ReserveHandleNotFoundException

public ReserveHandleNotFoundException(Exception e)
Constructs a new ReserveHandleNotFoundException with the supplied Exception.

Parameters:
e - Exception

ReserveHandleNotFoundException

public ReserveHandleNotFoundException(String msg,
                                      Exception e)
Constructs a new ReserveHandleNotException with the supplied detail message Exception.

Parameters:
msg - String
e - Exception


Copyright © 2008 Virginia Tech. All Rights Reserved.