public class GGLambdaException extends Exception
| Constructor and Description |
|---|
GGLambdaException(String message)
Create a new GGLambdaException.
|
GGLambdaException(String message,
Throwable cause)
Create a new GGLambdaException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GGLambdaException(String message)
message - the error message.