Class SharingViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.SharingViolationException
All Implemented Interfaces:
Serializable

public class SharingViolationException extends ResourceException
This is thrown to indicate a connection sharing violation.

This may be thrown by a resource adapter when an application uses a shareable connection in an unshareable manner.

Version:
1.0
See Also: