Class PartialCollectionLoadingNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PartialCollectionLoadingNotSupportedException
    extends java.lang.IllegalStateException
    An unchecked exception that indicates that list element proxies have been encountered but cannot be handled.
    Since:
    4.1
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    No Extend
    This interface is not intended to be extended by clients.
    • Constructor Detail

      • PartialCollectionLoadingNotSupportedException

        public PartialCollectionLoadingNotSupportedException()
      • PartialCollectionLoadingNotSupportedException

        public PartialCollectionLoadingNotSupportedException​(java.lang.String message)
      • PartialCollectionLoadingNotSupportedException

        public PartialCollectionLoadingNotSupportedException​(java.lang.String message,
                                                             java.lang.Throwable cause)
      • PartialCollectionLoadingNotSupportedException

        public PartialCollectionLoadingNotSupportedException​(java.lang.Throwable cause)