public class YardException extends EntityhubException
| Constructor and Description |
|---|
YardException(String reason)
Creates an exception with a message and a cause
|
YardException(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, toStringpublic YardException(String reason, Throwable cause)
reason - the message describing the reason for the errorcause - the parentpublic YardException(String reason)
reason - the message describing the reason for the errorCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.