com.neeve.root
Class ERootException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
ERootException
public ERootException(Throwable cause)
- Construct using a linked exception
ERootException
public ERootException(String str)
- Construct using error string.
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.