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