org.jboss.monitor.alarm
Class AlarmTableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.monitor.alarm.AlarmTableException
All Implemented Interfaces:
java.io.Serializable

public class AlarmTableException
extends java.lang.Exception

AlarmTableException

See Also:
Serialized Form

Constructor Summary
AlarmTableException()
          Constructs an AlarmTableException with null as its error detail message.
AlarmTableException(java.lang.String s)
          Constructs an AlarmTableException with the specified detail message.
 
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

AlarmTableException

public AlarmTableException()
Constructs an AlarmTableException with null as its error detail message.


AlarmTableException

public AlarmTableException(java.lang.String s)
Constructs an AlarmTableException with the specified detail message. The error message can be retrieved by the Throwable.getMessage().

Parameters:
s - the detail message