Uses of Class
com.qwazr.server.ServerException
Package | Description |
---|---|
com.qwazr.server | |
com.qwazr.server.client |
-
Uses of ServerException in com.qwazr.server
Methods in com.qwazr.server that return ServerException Modifier and Type Method Description static ServerException
ServerException. of(java.lang.String message, java.lang.Throwable throwable)
static ServerException
ServerException. of(java.lang.Throwable throwable)
ServerException
ServerException. warnIfCause(java.util.logging.Logger logger)
-
Uses of ServerException in com.qwazr.server.client
Methods in com.qwazr.server.client with parameters of type ServerException Modifier and Type Method Description static int
ErrorWrapper. noError(ServerException e, int... statusCodes)