|
||||||||||
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.JposException | +--jpos.config.JposLoaderException
Defines an Exception class for JCL loader related classes/interfaces and implementing classes
Fields inherited from class jpos.JposException |
errorCode, errorCodeExtended |
Constructor Summary | |
JposLoaderException(java.lang.String description)
Creates a JposLoaderException with the description passed |
|
JposLoaderException(java.lang.String description,
java.lang.Exception origException)
Creates a JposLoaderException with the description passed and the original exception that caused this one |
Methods inherited from class jpos.JposException |
getErrorCode, getErrorCodeExtended, 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 JposLoaderException(java.lang.String description)
description
- the description Stringpublic JposLoaderException(java.lang.String description, java.lang.Exception origException)
description
- the description StringorigException
- the exception that originally caused this one
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |