public class GoodDataException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
GoodDataException(java.lang.String message)
Construct a GoodDataException with the specified detail message.
|
GoodDataException(java.lang.String message,
java.lang.Throwable cause)
Construct a GoodDataException with the specified detail message and cause.
|
public GoodDataException(java.lang.String message)
message - the detail messagepublic GoodDataException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causeCopyright © 2016. All Rights Reserved.