org.rhq.enterprise.server.content
Class AdvisoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rhq.enterprise.server.content.ContentException
              extended by org.rhq.enterprise.server.content.AdvisoryException
All Implemented Interfaces:
Serializable

public class AdvisoryException
extends ContentException

custom Advisory exception for errata like content

Author:
Pradeep Kilambi
See Also:
Serialized Form

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

AdvisoryException

public AdvisoryException()

AdvisoryException

public AdvisoryException(String message)

AdvisoryException

public AdvisoryException(Throwable cause)

AdvisoryException

public AdvisoryException(String message,
                         Throwable cause)


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