net.sf.juoserver.protocol
Class BadDecodableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.juoserver.protocol.BadDecodableException
- All Implemented Interfaces:
- Serializable
public class BadDecodableException
- extends RuntimeException
Exception indicating that a Decodable
message
was not properly coded (e.g., it misses a public constructor
taking a byte[] as its only argument).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadDecodableException
public BadDecodableException()
BadDecodableException
public BadDecodableException(String message,
Throwable cause)
BadDecodableException
public BadDecodableException(String message)
BadDecodableException
public BadDecodableException(Throwable cause)
Copyright © 2010-2012. All Rights Reserved.