org.rhq.enterprise.server.alert
Class AlertNotificationValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.enterprise.server.alert.AlertDefinitionException
                  extended by org.rhq.enterprise.server.alert.AlertNotificationValidationException
All Implemented Interfaces:
Serializable

public class AlertNotificationValidationException
extends AlertDefinitionException

Thrown when alert definition notifications validation fails during creation or update of alert definition.

Author:
Lukas Krejci
See Also:
Serialized Form

Constructor Summary
AlertNotificationValidationException()
           
AlertNotificationValidationException(String message)
           
AlertNotificationValidationException(String message, Throwable cause)
           
AlertNotificationValidationException(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

AlertNotificationValidationException

public AlertNotificationValidationException()

AlertNotificationValidationException

public AlertNotificationValidationException(String message,
                                            Throwable cause)

AlertNotificationValidationException

public AlertNotificationValidationException(String message)

AlertNotificationValidationException

public AlertNotificationValidationException(Throwable cause)


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