Skip to content

Commit d9e7315

Browse files
author
ehennum
committed
internal bug 51735
1 parent bdd7b65 commit d9e7315

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicBindingException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
/**
2222
* A Binding Exception indicates a problem converting between a Java object
2323
* and XML representation of the data. The exception may indicate an internal
24-
* error. Please contact MarkLogic support.
24+
* error.
25+
*
26+
* If you have an active maintenance contract, you can contact MarkLogic Technical Support.
2527
*/
2628
@SuppressWarnings("serial")
2729
public class MarkLogicBindingException extends RuntimeException {

marklogic-client-api/src/main/java/com/marklogic/client/MarkLogicInternalException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
package com.marklogic.client;
1717

1818
/**
19-
* An InternalException suggests a defect in the API. Please contact MarkLogic support.
19+
* An InternalException suggests a defect in the API.
20+
*
21+
* If you have an active maintenance contract, you can contact MarkLogic Technical Support.
2022
*/
2123
@SuppressWarnings("serial")
2224
public class MarkLogicInternalException extends RuntimeException {

0 commit comments

Comments
 (0)