|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.vt.middleware.ed.exception.ApplicationException
edu.vt.middleware.ed.exception.DataException
edu.vt.middleware.ed.exception.RegistryDataException
edu.vt.middleware.ed.exception.RegistryDataNotFoundException
public class RegistryDataNotFoundException
RegistryDataNotFoundException is the base exception class for
all registry data exceptions where data not existing is an error.
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public RegistryDataNotFoundException(String msg)
RegistryDataNotFoundException with
the supplied String.
msg - Stringpublic RegistryDataNotFoundException(Exception e)
RegistryDataNotFoundException with
the supplied Exception.
e - Exception
public RegistryDataNotFoundException(String msg,
Exception e)
RegistryDataNotFoundException with
the supplied String and Exception.
msg - Stringe - Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||