Class ExceptionCodes

java.lang.Object
com.arjuna.ats.jts.exceptions.ExceptionCodes

public class ExceptionCodes extends Object
Various exception values that we use in the OTS in a number of situations, particularly if the ORB does not support some of the standard OTS SystemExceptions. In which case we will throw other SystemExceptions and set the values in them to try to reflect the same type of information we would have conveyed if we had been able to throw the right type of exception.
Since:
JTS 1.0.
Version:
$Id: ExceptionCodes.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)