public class ClientRejectedException extends RuntimeException
| Constructor and Description |
|---|
ClientRejectedException()
Constructs a new ClientRejectedException.
|
ClientRejectedException(Object reason)
Create new exception with given rejection reason
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getReason()
Getter for reason
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientRejectedException()
public ClientRejectedException(Object reason)
reason - Rejection reasonpublic Object getReason()
Copyright © 2005–2017 Red5. All rights reserved.