org.apache.stanbol.entityhub.servicesapi.yard
Class YardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.stanbol.entityhub.servicesapi.EntityhubException
org.apache.stanbol.entityhub.servicesapi.yard.YardException
- All Implemented Interfaces:
- Serializable
public class YardException
- extends EntityhubException
Used to indicate an error while performing an operation on a yard
- 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 |
YardException
public YardException(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
YardException
public YardException(String reason)
- Creates an exception with a message and a cause
- Parameters:
reason - the message describing the reason for the error
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.