public abstract class EntityhubException extends RuntimeException
This class is abstract use one of the more specific subclasses
| Modifier | Constructor and Description |
|---|---|
protected |
EntityhubException(String reason)
Creates an exception with a message and a cause
|
protected |
EntityhubException(String reason,
Throwable cause)
Creates an exception with a message and a cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected EntityhubException(String reason, Throwable cause)
reason - the message describing the reason for the errorcause - the parentprotected EntityhubException(String reason)
reason - the message describing the reason for the errorCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.