public class GoodDataException extends RuntimeException
| Constructor and Description |
|---|
GoodDataException(String message)
Construct a GoodDataException with the specified detail message.
|
GoodDataException(String message,
Throwable cause)
Construct a GoodDataException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GoodDataException(String message)
message - the detail messageCopyright © 2014. All Rights Reserved.