public class GException extends Exception
Constructor and Description |
---|
GException(String message)
Constructor with only one String as argument.
|
GException(String message,
Throwable cause)
Constructor when propagating another exception.
|
GException(Throwable cause)
Constructor when propagating another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GException(String message)
message
- message string.public GException(String message, Throwable cause)
message
- error message.cause
- of the exception.public GException(Throwable cause)
cause
- of the exception.Copyright © 2024. All rights reserved.