org.cert.cc.util
Class ApplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.cert.cc.util.ApplicationException
All Implemented Interfaces:
Serializable

public final class ApplicationException
extends RuntimeException

ApplicationException is a RuntimeException that indicates an error has occurred within the CERT email handler system.

© 2009 Carnegie Mellon University

Author:
Steve Scholnick
See Also:
Serialized Form

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

ApplicationException

public ApplicationException(String message)
Constructor

Parameters:
message - Error message

ApplicationException

public ApplicationException(Throwable cause)
Constructor

Parameters:
cause - Root cause

ApplicationException

public ApplicationException(String message,
                            Throwable cause)
Constructor

Parameters:
message - Error message
cause - Root cause


Copyright © 2012 Carnegie Mellon University