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