Class DetachedEntityException

All Implemented Interfaces:
Serializable

public class DetachedEntityException extends UnsupportedOperationException
Indicates that the operation cannot be done on a detached entity.
See Also:
  • Constructor Details

    • DetachedEntityException

      public DetachedEntityException()
      Creates a new DetachedEntityException
    • DetachedEntityException

      public DetachedEntityException(String reason)
      Creates a new DetachedEntityException
      Parameters:
      reason - The reason for this Exception