Class ConcurrentProfileModificationException

All Implemented Interfaces:
Serializable

public class ConcurrentProfileModificationException extends ProfileException
This exception is thrown if concurrent modification of a profile document on the server has been detected. In a modification is detected, the application may want to retry the transaction.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
See Also:
  • Constructor Details

    • ConcurrentProfileModificationException

      public ConcurrentProfileModificationException(String message)
    • ConcurrentProfileModificationException

      public ConcurrentProfileModificationException(String message, Throwable t)