|
|||||||||
| 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.ServerException
edu.vt.middleware.ed.exception.ApplicationServerException
edu.vt.middleware.ed.exception.ModifyFailedException
public class ModifyFailedException
ModifyFailedException is the base exception class for all
application server related modification exceptions.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
serialVersionUID |
| Constructor Summary | |
|---|---|
ModifyFailedException(Exception e)
This creates a new ModifyFailedException with the supplied
Exception. |
|
ModifyFailedException(String msg)
This creates a new ModifyFailedException with the supplied
String. |
|
ModifyFailedException(String msg,
Exception e)
This creates a new ModifyFailedException 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 ModifyFailedException(String msg)
ModifyFailedException with the supplied
String.
msg - Stringpublic ModifyFailedException(Exception e)
ModifyFailedException with the supplied
Exception.
e - Exception
public ModifyFailedException(String msg,
Exception e)
ModifyFailedException 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 | ||||||||