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