public class AdminException extends Exception
AdminException is an exception thrown by an administration
method.| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AdminException(String info)
Constructs an
AdminException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public AdminException(String info)
AdminException instance.info - Information about the exception.Copyright © 2023 ScalAgent D.T.. All rights reserved.