@InterfaceAudience.Private public class ServerException extends XException
Server class.| Modifier and Type | Class and Description | 
|---|---|
| static class  | ServerException.ERRORError codes use by the  Serverclass. | 
| Modifier | Constructor and Description | 
|---|---|
|   | ServerException(ServerException.ERROR error,
               Object... params)Creates an server exception using the specified error code. | 
| protected  | ServerException(XException.ERROR error,
               Object... params)Constructor for sub-classes. | 
getErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ServerException(XException.ERROR error, 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, Object... params)
error - error code for the XException.params - parameters to use when creating the error message
 with the error code template.Copyright © 2008–2023 Apache Software Foundation. All rights reserved.