org.ikasan.framework.component.target
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ikasan.framework.component.target.PluginException
All Implemented Interfaces:
Serializable

public class PluginException
extends Exception

Exception class for throwables from the Plugin framework

Author:
Ikasan Development Team
See Also:
Serialized Form

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

PluginException

public PluginException(String message)
Constructor

Parameters:
message - - The exception message

PluginException

public PluginException(String message,
                       Throwable throwable)
Constructor

Parameters:
message - - The exception message
throwable - - The throwable

PluginException

public PluginException(Throwable throwable)
Constructor

Parameters:
throwable - - The throwable


Copyright © 2007-2012 Ikasan. All Rights Reserved.