|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jorm.api.PException
org.objectweb.jorm.api.PExceptionProtocol
This exception is raised when a problem occured due to protocol inconsistency with respect to life-cycle management for example.
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 org.objectweb.jorm.api.PException |
getNestedException, print |
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 |
Constructor Detail |
public PExceptionProtocol(java.lang.String error)
error
- The string representation of the error message.public PExceptionProtocol(java.lang.Exception e, java.lang.String error)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |