Package naga.exception
Class ProtocolViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- naga.exception.ProtocolViolationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProtocolViolationException extends java.io.IOException
Throw an exception due to unexpected data when reading packets.- Author:
- Christoffer Lerno
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolViolationException(java.lang.String message)
Create a new exception.
-