com.atlassian.plugin.osgi.factory.transform
Class PluginTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.plugin.osgi.factory.transform.PluginTransformationException
All Implemented Interfaces:
Serializable

public class PluginTransformationException
extends RuntimeException

Generic wrapper exception for all exceptions thrown during plugin transformation

See Also:
Serialized Form

Constructor Summary
PluginTransformationException()
           
PluginTransformationException(String s)
           
PluginTransformationException(String s, Throwable throwable)
           
PluginTransformationException(Throwable throwable)
           
 
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

PluginTransformationException

public PluginTransformationException()

PluginTransformationException

public PluginTransformationException(String s)

PluginTransformationException

public PluginTransformationException(String s,
                                     Throwable throwable)

PluginTransformationException

public PluginTransformationException(Throwable throwable)


Copyright © 2012 Atlassian. All Rights Reserved.