com.neeve.daemon.thread
Class EDmnThreadUnmanagedThreadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.root.ERootException
              extended by com.neeve.daemon.thread.EDmnThreadException
                  extended by com.neeve.daemon.thread.EDmnThreadUnmanagedThreadException
All Implemented Interfaces:
Serializable

public class EDmnThreadUnmanagedThreadException
extends EDmnThreadException

Indicates that a thread is not an on-demand thread created and managed by the daemon thread manager.

See Also:
Serialized Form

Constructor Summary
EDmnThreadUnmanagedThreadException()
          Construct
EDmnThreadUnmanagedThreadException(String str)
          Construct using a specified string.
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EDmnThreadUnmanagedThreadException

public EDmnThreadUnmanagedThreadException()
Construct


EDmnThreadUnmanagedThreadException

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



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