org.apache.mina.statemachine
Class StateMachineCreationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.mina.statemachine.StateMachineCreationException
All Implemented Interfaces:
Serializable

public class StateMachineCreationException
extends RuntimeException

Exception thrown by StateMachineFactory when a StateMachine could not be constructed for some reason.

Version:
$Rev: 588579 $, $Date: 2007-10-26 11:21:01 +0200 (ven, 26 oct 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
StateMachineCreationException(String message)
          Creates a new instance.
StateMachineCreationException(String message, Throwable cause)
          /** Creates a new instance.
 
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

StateMachineCreationException

public StateMachineCreationException(String message)
Creates a new instance.

Parameters:
message - the message.

StateMachineCreationException

public StateMachineCreationException(String message,
                                     Throwable cause)
/** Creates a new instance.

Parameters:
message - the message.
cause - the cause.


Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.