|
||||||||||
| 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
org.apache.stanbol.entityhub.servicesapi.yard.YardException
public class YardException
Used to indicate an error while performing an operation on a yard
| Constructor Summary | |
|---|---|
YardException(java.lang.String reason)
Creates an exception with a message and a cause |
|
YardException(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 |
|---|
public YardException(java.lang.String reason,
java.lang.Throwable cause)
reason - the message describing the reason for the errorcause - the parentpublic YardException(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 | |||||||||