public class ClientDetailsException extends RuntimeException
| Constructor and Description |
|---|
ClientDetailsException(String message,
Object params)
Create new exception object from message and parameters.
|
ClientDetailsException(String message,
Object params,
boolean includeStacktrace)
Create new exception object from message and parameters with optional stacktrace.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getParameters()
Get parameters to return to the client.
|
boolean |
includeStacktrace()
Should the stacktrace returned to the client?
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientDetailsException(String message, Object params)
message - messageparams - parameters for messagepublic ClientDetailsException(String message, Object params, boolean includeStacktrace)
message - messageparams - parametersincludeStacktrace - whether or not to include a stack tracepublic Object getParameters()
public boolean includeStacktrace()
Copyright © 2005–2017 Red5. All rights reserved.