org.ikasan.framework.initiator
Class InitiatorOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.initiator.InitiatorOperationException
All Implemented Interfaces:
Serializable

public class InitiatorOperationException
extends RuntimeException

Exception resulting from an operation invoked on this initiator.

Author:
Ikasan Development Team
See Also:
Serialized Form

Constructor Summary
InitiatorOperationException(String message, Exception exception)
          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

InitiatorOperationException

public InitiatorOperationException(String message,
                                   Exception exception)
Constructor

Parameters:
message -
exception -


Copyright © 2007-2012 Ikasan. All Rights Reserved.