Package com.db4o.internal
Class Messages
- java.lang.Object
-
- com.db4o.internal.Messages
-
public final class Messages extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
CLIENT_SERVER_UNSUPPORTED
static int
CLOSED_OR_OPEN_FAILED
static int
COULD_NOT_OPEN_PORT
static int
FAILED_TO_SHUTDOWN
static int
FATAL_MSG_ID
static int
INCOMPATIBLE_FORMAT
static int
NOT_IMPLEMENTED
static int
OLD_DATABASE_FORMAT
static int
ONLY_FOR_INDEXED_FIELDS
static int
SERVER_LISTENING_ON_PORT
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
get(int a_code)
static java.lang.String
get(int a_code, java.lang.String param)
static void
logErr(Configuration config, int code, java.lang.String msg, java.lang.Throwable t)
static void
logMsg(Configuration config, int code, java.lang.String msg)
-
-
-
Field Detail
-
INCOMPATIBLE_FORMAT
public static final int INCOMPATIBLE_FORMAT
- See Also:
- Constant Field Values
-
CLOSED_OR_OPEN_FAILED
public static final int CLOSED_OR_OPEN_FAILED
- See Also:
- Constant Field Values
-
FAILED_TO_SHUTDOWN
public static final int FAILED_TO_SHUTDOWN
- See Also:
- Constant Field Values
-
FATAL_MSG_ID
public static final int FATAL_MSG_ID
- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
OLD_DATABASE_FORMAT
public static final int OLD_DATABASE_FORMAT
- See Also:
- Constant Field Values
-
ONLY_FOR_INDEXED_FIELDS
public static final int ONLY_FOR_INDEXED_FIELDS
- See Also:
- Constant Field Values
-
CLIENT_SERVER_UNSUPPORTED
public static final int CLIENT_SERVER_UNSUPPORTED
- See Also:
- Constant Field Values
-
COULD_NOT_OPEN_PORT
public static final int COULD_NOT_OPEN_PORT
- See Also:
- Constant Field Values
-
SERVER_LISTENING_ON_PORT
public static final int SERVER_LISTENING_ON_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static java.lang.String get(int a_code)
-
get
public static java.lang.String get(int a_code, java.lang.String param)
-
logErr
public static void logErr(Configuration config, int code, java.lang.String msg, java.lang.Throwable t)
-
logMsg
public static void logMsg(Configuration config, int code, java.lang.String msg)
-
-