net.sf.juoserver.protocol
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.juoserver.protocol.ProtocolException
All Implemented Interfaces:
Serializable

public class ProtocolException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ProtocolException()
           
ProtocolException(String message)
           
ProtocolException(String message, Throwable cause)
           
ProtocolException(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

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(String message,
                         Throwable cause)

ProtocolException

public ProtocolException(String message)

ProtocolException

public ProtocolException(Throwable cause)


Copyright © 2010-2012. All Rights Reserved.