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