public class GGLambdaException
extends java.lang.Exception
Constructor and Description |
---|
GGLambdaException(java.lang.String message)
Create a new GGLambdaException.
|
GGLambdaException(java.lang.String message,
java.lang.Throwable cause)
Create a new GGLambdaException.
|
public GGLambdaException(java.lang.String message)
message
- the error message.public GGLambdaException(java.lang.String message, java.lang.Throwable cause)
message
- the error message.cause
- the cause being thrown.