org.rhq.enterprise.server.alert
Class AlertDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.alert.AlertDefinitionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlertDefinitionCreationException, AlertDefinitionUpdateException, InvalidAlertDefinitionException

public class AlertDefinitionException
extends java.lang.Exception

Author:
Joseph Marques
See Also:
Serialized Form

Constructor Summary
AlertDefinitionException()
           
AlertDefinitionException(java.lang.String message)
           
AlertDefinitionException(java.lang.String message, java.lang.Throwable cause)
           
AlertDefinitionException(java.lang.Throwable cause)
           
 
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

AlertDefinitionException

public AlertDefinitionException()

AlertDefinitionException

public AlertDefinitionException(java.lang.String message)

AlertDefinitionException

public AlertDefinitionException(java.lang.Throwable cause)

AlertDefinitionException

public AlertDefinitionException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright © 2008-2009 Red Hat, Inc.. All Rights Reserved.