public class ServerException extends Exception
ServerException
is the super class of all server exception
classes. An instance of this class is thrown whenever finding problems in
working with the result returned by the server.Constructor and Description |
---|
ServerException(String message)
creates an instance of this class taking an error description as argument
|
ServerException(String message,
Exception exception) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019. All rights reserved.