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, toString
public ClientRejectedException()
public ClientRejectedException(Object reason)
reason
- Rejection reasonpublic Object getReason()
Copyright © 2006-2012 The Red5 Project