org.objectweb.jorm.api
Class PExceptionProtocol

java.lang.Object
  extended byPException
      extended byorg.objectweb.jorm.api.PExceptionProtocol

public class PExceptionProtocol
extends PException

This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.

See Also:
Serialized Form

Constructor Summary
PExceptionProtocol(java.lang.Exception e, java.lang.String error)
           
PExceptionProtocol(java.lang.String error)
          It builds a new Jorm Exception related to the binding protocol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PExceptionProtocol

public PExceptionProtocol(java.lang.String error)
It builds a new Jorm Exception related to the binding protocol.

Parameters:
error - The string representation of the error message.

PExceptionProtocol

public PExceptionProtocol(java.lang.Exception e,
                          java.lang.String error)