站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

AlarmTableException (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


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:
Serializable

public class AlarmTableException
extends Exception

AlarmTableException

Version:
$Revision: 1.1.4.1 $
Author:
Dimitris Andreadis
See Also:
Serialized Form

Constructor Summary
AlarmTableException()
          Constructs an AlarmTableException with null as its error detail message.
AlarmTableException(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(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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.