public class DuplicateServerException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
DuplicateServerException()
Constructs a new
DuplicateServerException with no
detail message. |
DuplicateServerException(String s)
Constructs a new
DuplicateServerException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public DuplicateServerException()
DuplicateServerException
with no
detail message.public DuplicateServerException(String s)
DuplicateServerException
with the
specified detail message.s
- the detail message.Copyright © 2022 ScalAgent D.T.. All rights reserved.