Skip navigation links
com.bea.wcp.profile
Class ConcurrentProfileModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.bea.wcp.profile.ProfileException
com.bea.wcp.profile.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 this event, the application may want to retry the transaction.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConcurrentProfileModificationException
public ConcurrentProfileModificationException(String message)
ConcurrentProfileModificationException
public ConcurrentProfileModificationException(String message,
Throwable t)
Skip navigation links
Copyright © 2012 Oracle Corporation. All Rights Reserved.