is.lill.acre.protocol
Class UnknownStateTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by is.lill.acre.protocol.UnknownStateTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownStateTypeException
extends java.lang.Exception

Exception to indicate an attempt to use a type of State that is undefined

See Also:
Serialized Form

Constructor Summary
UnknownStateTypeException(java.lang.String message)
           
 
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

UnknownStateTypeException

public UnknownStateTypeException(java.lang.String message)