Uses of Class
com.caucho.hessian.io.HessianProtocolException

Packages that use HessianProtocolException
com.caucho.burlap.io   
com.caucho.hessian.io   
com.caucho.hessian.jmx   
 

Uses of HessianProtocolException in com.caucho.burlap.io
 

Subclasses of HessianProtocolException in com.caucho.burlap.io
 class BurlapProtocolException
          Exception for faults when the fault doesn't return a java exception.
 

Uses of HessianProtocolException in com.caucho.hessian.io
 

Subclasses of HessianProtocolException in com.caucho.hessian.io
 class HessianFieldException
          Exception during field reading.
 

Methods in com.caucho.hessian.io that return HessianProtocolException
protected  HessianProtocolException AbstractDeserializer.error(java.lang.String msg)
           
 

Methods in com.caucho.hessian.io that throw HessianProtocolException
abstract  Deserializer AbstractSerializerFactory.getDeserializer(java.lang.Class cl)
          Returns the deserializer for a class.
 Deserializer ExtSerializerFactory.getDeserializer(java.lang.Class cl)
          Returns the deserializer for a class.
 Deserializer SerializerFactory.getDeserializer(java.lang.Class cl)
          Returns the deserializer for a class.
 Deserializer SerializerFactory.getDeserializer(java.lang.String type)
          Returns a deserializer based on a string type.
 Deserializer SerializerFactory.getListDeserializer(java.lang.String type)
          Reads the object as a map.
 Deserializer SerializerFactory.getListDeserializer(java.lang.String type, java.lang.Class cl)
          Reads the object as a map.
 Deserializer SerializerFactory.getObjectDeserializer(java.lang.String type)
          Reads the object as a map.
 Deserializer SerializerFactory.getObjectDeserializer(java.lang.String type, java.lang.Class cl)
          Reads the object as a map.
 Serializer SerializerFactory.getObjectSerializer(java.lang.Class<?> cl)
          Returns the serializer for a class.
abstract  Serializer AbstractSerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
 Serializer ExtSerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
 Serializer SerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.
protected  Deserializer SerializerFactory.loadDeserializer(java.lang.Class cl)
           
protected  Serializer SerializerFactory.loadSerializer(java.lang.Class<?> cl)
           
 java.lang.Object SerializerFactory.readList(AbstractHessianInput in, int length, java.lang.String type)
          Reads the object as a list.
 java.lang.Object SerializerFactory.readMap(AbstractHessianInput in, java.lang.String type)
          Reads the object as a map.
 java.lang.Object SerializerFactory.readObject(AbstractHessianInput in, java.lang.String type, java.lang.String[] fieldNames)
          Reads the object as a map.
 

Uses of HessianProtocolException in com.caucho.hessian.jmx
 

Methods in com.caucho.hessian.jmx that throw HessianProtocolException
 Deserializer JMXSerializerFactory.getDeserializer(java.lang.Class cl)
          Returns the deserializer for a class.
 Serializer JMXSerializerFactory.getSerializer(java.lang.Class cl)
          Returns the serializer for a class.