|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.prosyst.mbs.services.pmp.PMPException
public class PMPException
Exception that represents an error in the pmp network protocol.
| Constructor Summary | |
|---|---|
PMPException(java.lang.String errMsg)
Constructs a PMPexception with a specified error message. |
|
PMPException(java.lang.String errMsg,
java.lang.Exception exc)
Constructs a PMPexception with a specified error message and basic exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getBasicException()
Returns the basic exception. |
| 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 PMPException(java.lang.String errMsg)
PMPexception with a specified error message.
errMsg - the error message
public PMPException(java.lang.String errMsg,
java.lang.Exception exc)
PMPexception with a specified error message and basic exception.
errMsg - the error messageexc - the Exception| Method Detail |
|---|
public java.lang.Exception getBasicException()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||