|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.stanbol.entityhub.servicesapi.EntityhubException
public abstract class EntityhubException
Indicates an error while performing an operation within the Entityhub.
This class is abstract use one of the more specific subclasses
| Constructor Summary | |
|---|---|
protected |
EntityhubException(java.lang.String reason)
Creates an exception with a message and a cause |
protected |
EntityhubException(java.lang.String reason,
java.lang.Throwable cause)
Creates an exception with a message and a cause |
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected EntityhubException(java.lang.String reason,
java.lang.Throwable cause)
reason - the message describing the reason for the errorcause - the parentprotected EntityhubException(java.lang.String reason)
reason - the message describing the reason for the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||