public class AgqlException extends Exception
AsyncGameLibCheckedException class.
Constructor and Description |
---|
AgqlException()
Constructor for AsyncGameLibCheckedException.
|
AgqlException(String message)
Constructor for AsyncGameLibCheckedException.
|
AgqlException(String message,
Throwable cause)
Constructor for AsyncGameLibCheckedException.
|
AgqlException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for AsyncGameLibCheckedException.
|
AgqlException(Throwable cause)
Constructor for AsyncGameLibCheckedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AgqlException()
Constructor for AsyncGameLibCheckedException.
public AgqlException(String message)
Constructor for AsyncGameLibCheckedException.
message
- a String
objectpublic AgqlException(String message, Throwable cause)
Constructor for AsyncGameLibCheckedException.
public AgqlException(Throwable cause)
Constructor for AsyncGameLibCheckedException.
cause
- a Throwable
objectCopyright © 2016–2024. All rights reserved.