org.rhq.enterprise.server.content
Class DistributionException

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.DistributionException
All Implemented Interfaces:
Serializable

public class DistributionException
extends ContentException

custom distribution exception for kickstart like content

Author:
Pradeep Kilambi
See Also:
Serialized Form

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

DistributionException

public DistributionException()

DistributionException

public DistributionException(String message)

DistributionException

public DistributionException(Throwable cause)

DistributionException

public DistributionException(String message,
                             Throwable cause)


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