Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
org.objectweb.jorm.api.PException
org.objectweb.jorm.api.PExceptionProtocol
public class PExceptionProtocol
extends PException
Constructor Summary | |
| |
|
Method Summary |
Methods inherited from class org.objectweb.jorm.api.PException | |
getNestedException , print |
public PExceptionProtocol(Exception e, String error)
public PExceptionProtocol(String error)
It builds a new Jorm Exception related to the binding protocol.
- Parameters:
error
- The string representation of the error message.