org.rhq.core.clientapi.descriptor
Class PluginTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.rhq.core.clientapi.descriptor.PluginTransformException
All Implemented Interfaces:
Serializable

public class PluginTransformException
extends RuntimeException

An exception that is throw when a plugin transformation fails for some reason.

See Also:
PluginTransformer, Serialized Form

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

PluginTransformException

public PluginTransformException()

PluginTransformException

public PluginTransformException(String message)

PluginTransformException

public PluginTransformException(String message,
                                Throwable cause)

PluginTransformException

public PluginTransformException(Throwable cause)


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