org.red5.server.net.protocol
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.red5.server.net.protocol.ProtocolException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HandshakeFailedException
public class ProtocolException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtocolException
public ProtocolException(String message)
- Create protocol exception with given message.
- Parameters:
message
- message
ProtocolException
public ProtocolException(String message,
Throwable cause)
- Create protocol exception with given message and cause.
- Parameters:
message
- messagecause
- cause
Copyright © 2006-2012 The Red5 Project