public class JesLimitReachedException extends JesException
| Constructor and Description |
|---|
JesLimitReachedException(int limit,
List<Job> jobs,
org.apache.commons.net.ftp.FTPClient ftpClient)
Constructs a new
JesLimitReachedException with a default detail
message and a given list of jobs up to the limit of spool entries. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<Job> |
getJobs()
List of jobs up to the limit
|
int |
getLimit()
Limit of spool entries
|
String |
getMessage() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic JesLimitReachedException(int limit,
List<Job> jobs,
org.apache.commons.net.ftp.FTPClient ftpClient)
JesLimitReachedException with a default detail
message and a given list of jobs up to the limit of spool entries.limit - limit of spool entriesjobs - list of jobs up to the limitftpClient - FTP client with reply stringpublic String getMessage()
getMessage in class Throwablepublic int getLimit()
protected boolean canEqual(@Nullable
Object other)
Copyright © 2025. All rights reserved.