org.apache.stanbol.entityhub.servicesapi
Class EntityhubException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.stanbol.entityhub.servicesapi.EntityhubException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SiteException, YardException
public abstract class EntityhubException
- extends Exception
Indicates an error while performing an operation within the Entityhub.
This class is abstract use one of the more specific subclasses
- Author:
- Rupert Westenthaler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityhubException
protected EntityhubException(String reason,
Throwable cause)
- Creates an exception with a message and a cause
- Parameters:
reason - the message describing the reason for the errorcause - the parent
EntityhubException
protected EntityhubException(String reason)
- Creates an exception with a message and a cause
- Parameters:
reason - the message describing the reason for the error
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.