public class AgiException extends Exception
| Constructor and Description |
|---|
AgiException(String message)
Creates a new AgiException with the given message.
|
AgiException(String message,
Throwable cause)
Creates a new AgiException with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AgiException(String message)
message - a message describing the AgiException.Copyright © 2004–2021. All rights reserved.