com.neeve.daemon.thread
Class EDmnThreadException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDmnThreadInvalidThreadingModeException, EDmnThreadMaxThreadsReachedException, EDmnThreadUnmanagedThreadException

public class EDmnThreadException
extends ERootException

Base exception class for all exceptions in this package.

See Also:
Serialized Form

Constructor Summary
EDmnThreadException(String str)
          Construct using error string.
EDmnThreadException(Throwable cause)
          Construct using a linked exception
 
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

EDmnThreadException

public EDmnThreadException(Throwable cause)
Construct using a linked exception


EDmnThreadException

public EDmnThreadException(String str)
Construct using error string.



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