com.pheox.jcapi
Class JCAPIJNIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pheox.jcapi.JCAPIJNIException
All Implemented Interfaces:
java.io.Serializable

public class JCAPIJNIException
extends java.lang.Exception

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.

Since:
1.0
See Also:
Serialized Form

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

JCAPIJNIException

public JCAPIJNIException()
Default constructor.

Since:
1.0

JCAPIJNIException

public JCAPIJNIException(java.lang.String message)
Constructor.

Parameters:
message - the exception message.
Since:
1.0


Copyright © 2011 Pheox. All Rights Reserved.