Package 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
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final long
Base exception for all protocol exceptions. -
Constructor Summary
ConstructorDescriptionProtocolException
(String message) Create protocol exception with given message.ProtocolException
(String message, Throwable cause) Create protocol exception with given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDBase exception for all protocol exceptions.- See Also:
-
-
Constructor Details
-
ProtocolException
Create protocol exception with given message.- Parameters:
message
- message
-
ProtocolException
Create protocol exception with given message and cause.- Parameters:
message
- messagecause
- cause
-