|
|
|||||||
| 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.pheox.jcapi.JCAPIJNIException
public class JCAPIJNIException
This class is used for indicating an internal error in JCAPI.
An instance of this class is always created and thrown by the
JCAPI DLL, and always caught inside JCAPI and transformed
into a "known and accepted" JCE framework exception to
be thrown to the user of JCAPI.
In other words, a user of JCAPI will never have to catch
this exception outside JCAPI.
| Constructor Summary | |
|---|---|
JCAPIJNIException()
Default constructor. |
|
JCAPIJNIException(java.lang.String message)
Constructor. |
|
| Method Summary |
|---|
| 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 JCAPIJNIException()
public JCAPIJNIException(java.lang.String message)
message - the exception message.
|
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||