net.sf.juoserver.protocol
Class BadDecodableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BadDecodableException()
           
BadDecodableException(String message)
           
BadDecodableException(String message, Throwable cause)
           
BadDecodableException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.