|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jpos.profile.ProfileException
Defines an exception class for the jpos.profile sub-system
Constructor Summary | |
ProfileException(java.lang.String msg)
1-arg ctor |
|
ProfileException(java.lang.String msg,
java.lang.Exception e)
2 args ctor |
Method Summary | |
java.lang.Exception |
getOrigException()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ProfileException(java.lang.String msg)
msg
- the exception's messagepublic ProfileException(java.lang.String msg, java.lang.Exception e)
msg
- the exception's messageorigException
- the original exception causing this oneMethod Detail |
public java.lang.Exception getOrigException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |