org.red5.server.net.protocol
public class ProtocolException extends RuntimeException
Constructor and Description |
---|
ProtocolException(String message)
Create protocol exception with given message.
|
ProtocolException(String message,
Throwable cause)
Create protocol exception with given message and cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolException(String message)
message
- messageCopyright © 2006-2012 The Red5 Project