com.neeve.daemon.thread
Class EDmnThreadInvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.daemon.thread.EDmnThreadInvalidStateException
All Implemented Interfaces:
Serializable

public class EDmnThreadInvalidStateException
extends RuntimeException

Indicates an operation cannot be performed because of an invalid state.

See Also:
Serialized Form

Constructor Summary
EDmnThreadInvalidStateException()
          Construct
EDmnThreadInvalidStateException(String str)
          Construct using a specified string.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EDmnThreadInvalidStateException

public EDmnThreadInvalidStateException()
Construct


EDmnThreadInvalidStateException

public EDmnThreadInvalidStateException(String str)
Construct using a specified string.



Copyright © 2015 Neeve Research, LLC. All Rights Reserved.