|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cert.cc.util.ApplicationException
public final class ApplicationException
ApplicationException is a RuntimeException that indicates an error has occurred
within the CERT email handler system.
© 2009 Carnegie Mellon University
| Constructor Summary | |
|---|---|
ApplicationException(String message)
Constructor |
|
ApplicationException(String message,
Throwable cause)
Constructor |
|
ApplicationException(Throwable cause)
Constructor |
|
| 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 |
| Constructor Detail |
|---|
public ApplicationException(String message)
message - Error messagepublic ApplicationException(Throwable cause)
cause - Root cause
public ApplicationException(String message,
Throwable cause)
message - Error messagecause - Root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||