com.neeve.root
Class ERootException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.root.ERootException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EAepException, EConfigException, EDiscoveryException, ESrvAppException, ESrvConfigException, EStatsAlreadyPresentException

public class ERootException
extends Exception

Root exception class for all Neeve exceptions.

See Also:
Serialized Form

Constructor Summary
ERootException(String str)
          Construct using error string.
ERootException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 String getMessage()
          Get the exception description.
 
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

ERootException

public ERootException(Throwable cause)
Construct using a linked exception


ERootException

public ERootException(String str)
Construct using error string.

Method Detail

getMessage

public final String getMessage()
Get the exception description.

Overrides:
getMessage in class Throwable
Returns:
Returns the exception description.


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