|
|||||||||
| 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
edu.vt.middleware.ed.exception.ReserveHandleNotFoundException
public class ReserveHandleNotFoundException
ReserveHandleNotFoundException indicates that a reserve handle
is not found when one is expected.
| 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ReserveHandleNotFoundException(String msg)
ReserveHandleNotFoundException with the
supplied detail message.
msg - Stringpublic ReserveHandleNotFoundException(Exception e)
ReserveHandleNotFoundException with the
supplied Exception.
e - Exception
public ReserveHandleNotFoundException(String msg,
Exception e)
ReserveHandleNotException with the
supplied detail message Exception.
msg - Stringe - Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||