edu.vt.middleware.ed.exception
Class RegistryDataNotFoundException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AddressNotFoundException, EmailNotFoundException, EntitlementNotFoundException, GroupNotFoundException, PasswordResetQuestionNotFoundException, PersonNotFoundException, PidNotFoundException, ReserveHandleNotFoundException, ServiceNotFoundException, TicketNotFoundException, VirginiaTechIdNotFoundException

public class RegistryDataNotFoundException
extends RegistryDataException

RegistryDataNotFoundException is the base exception class for all registry data exceptions where data not existing is an error.

Version:
$Revision: 7631 $
Author:
Daniel Fisher
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serialVersionUID
 
Constructor Summary
RegistryDataNotFoundException(Exception e)
          This creates a new RegistryDataNotFoundException with the supplied Exception.
RegistryDataNotFoundException(String msg)
          This creates a new RegistryDataNotFoundException with the supplied String.
RegistryDataNotFoundException(String msg, Exception e)
          This creates a new RegistryDataNotFoundException with the supplied String and 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

RegistryDataNotFoundException

public RegistryDataNotFoundException(String msg)
This creates a new RegistryDataNotFoundException with the supplied String.

Parameters:
msg - String

RegistryDataNotFoundException

public RegistryDataNotFoundException(Exception e)
This creates a new RegistryDataNotFoundException with the supplied Exception.

Parameters:
e - Exception

RegistryDataNotFoundException

public RegistryDataNotFoundException(String msg,
                                     Exception e)
This creates a new RegistryDataNotFoundException with the supplied String and Exception.

Parameters:
msg - String
e - Exception


Copyright © 2008 Virginia Tech. All Rights Reserved.