Package com.arjuna.orbportability.common
Class Exceptions
java.lang.Object
com.arjuna.orbportability.common.Exceptions
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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
BAD_OPERATION_BASE
public static final int BAD_OPERATION_BASE- See Also:
-
NOT_FOUND
public static final int NOT_FOUND- See Also:
-
CANNOT_PROCEED
public static final int CANNOT_PROCEED- See Also:
-
INVALID_NAME
public static final int INVALID_NAME- See Also:
-
BAD_OBJECT_REF
public static final int BAD_OBJECT_REF- See Also:
-
-
Constructor Details
-
Exceptions
public Exceptions()
-