org.objectweb.jorm.api

Class 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.

Constructor Summary

PExceptionProtocol(Exception e, String error)
PExceptionProtocol(String error)
It builds a new Jorm Exception related to the binding protocol.

Method Summary

Methods inherited from class org.objectweb.jorm.api.PException

getNestedException, print

Constructor Details

PExceptionProtocol

public PExceptionProtocol(Exception e,
                          String error)


PExceptionProtocol

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

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