|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.red5.server.exception.ClientDetailsException
public class ClientDetailsException
Exception class than contains additional parameters to return to the client.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
Object |
getParameters()
Get parameters to return to the client. |
boolean |
includeStacktrace()
Should the stacktrace returned to the client? |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClientDetailsException(String message,
Object params)
message - messageparams - parameters for message
public ClientDetailsException(String message,
Object params,
boolean includeStacktrace)
message - messageparams - parametersincludeStacktrace - whether or not to include a stack trace| Method Detail |
|---|
public Object getParameters()
public boolean includeStacktrace()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||