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, toString
private static final long serialVersionUID
public AdminException(String info)
AdminException
instance.info
- Information about the exception.Copyright © 2015 ScalAgent D.T.. All Rights Reserved.