java.io.SerializableServiceException@Private public class ServerException extends XException
Server class.| Modifier and Type | Class | Description |
|---|---|---|
static class |
ServerException.ERROR |
Error codes use by the
Server class. |
| Modifier | Constructor | Description |
|---|---|---|
protected |
ServerException(XException.ERROR error,
java.lang.Object... params) |
Constructor for sub-classes.
|
|
ServerException(ServerException.ERROR error,
java.lang.Object... params) |
Creates an server exception using the specified error code.
|
getErrorprotected ServerException(XException.ERROR error, java.lang.Object... params)
error - error code for the XException.params - parameters to use when creating the error message
with the error code template.public ServerException(ServerException.ERROR error, java.lang.Object... params)
error - error code for the XException.params - parameters to use when creating the error message
with the error code template.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.