org.objectweb.cjdbc.common.exceptions
Class ProtocolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.objectweb.cjdbc.common.exceptions.ProtocolException
All Implemented Interfaces:
java.io.Serializable

public class ProtocolException
extends java.io.IOException

This class defines a ProtocolException

Version:
1.0
Author:
Marc Herbert
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ProtocolException()
          Creates a new ProtocolException object
ProtocolException(java.lang.String message)
          Creates a new ProtocolException object
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ProtocolException

public ProtocolException()
Creates a new ProtocolException object


ProtocolException

public ProtocolException(java.lang.String message)
Creates a new ProtocolException object

Parameters:
message - the error message


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.