net.kldp.beat.exception.fatal
Class BeatException

java.lang.Object
  extended by ServletException
      extended by net.kldp.beat.exception.fatal.BeatException
Direct Known Subclasses:
ActionExecuteException, ConfigException, ResultException, ViewDispatcherException

public class BeatException
extends ServletException


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
BeatException(java.lang.Exception exception)
           
BeatException(java.lang.String message)
           
BeatException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

BeatException

public BeatException(java.lang.String message)

BeatException

public BeatException(java.lang.Exception exception)

BeatException

public BeatException(java.lang.Throwable throwable)