org.red5.server.exception
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?
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClientDetailsException(String message, Object params)
message
- messageparams
- parameters for messagepublic Object getParameters()
public boolean includeStacktrace()
Copyright © 2006-2012 The Red5 Project