com.arjuna.orbportability.common
Class Exceptions

java.lang.Object
  extended bycom.arjuna.orbportability.common.Exceptions

public class Exceptions
extends java.lang.Object

Some exception values we may set.

Since:
JTS 1.0.
Version:
$Id: Exceptions.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)

Field Summary
static int BAD_OBJECT_REF
           
static int BAD_OPERATION_BASE
           
static int CANNOT_PROCEED
           
static int INVALID_NAME
           
static int NOT_FOUND
           
 
Constructor Summary
Exceptions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BAD_OPERATION_BASE

public static final int BAD_OPERATION_BASE
See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
See Also:
Constant Field Values

CANNOT_PROCEED

public static final int CANNOT_PROCEED
See Also:
Constant Field Values

INVALID_NAME

public static final int INVALID_NAME
See Also:
Constant Field Values

BAD_OBJECT_REF

public static final int BAD_OBJECT_REF
See Also:
Constant Field Values
Constructor Detail

Exceptions

public Exceptions()