org.ikasan.framework.initiator
Class InvalidInitiatorStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ikasan.framework.initiator.InvalidInitiatorStateException
- All Implemented Interfaces:
- Serializable
public class InvalidInitiatorStateException
- extends RuntimeException
Exception representing an initiator being unexpectantly invoked
by an external entity i.e. whilst the initiator is in a stopped state
and not expecting any invocations.
- Author:
- Ikasan Development Team
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidInitiatorStateException
public InvalidInitiatorStateException(String message)
- Constructor
- Parameters:
message -
Copyright © 2007-2012 Ikasan. All Rights Reserved.