Class PartialCollectionLoadingNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.emf.cdo.common.util.PartialCollectionLoadingNotSupportedException
All Implemented Interfaces:
Serializable

public class PartialCollectionLoadingNotSupportedException extends 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:
No Extend
This interface is not intended to be extended by clients.
  • Constructor Details

    • PartialCollectionLoadingNotSupportedException

      public PartialCollectionLoadingNotSupportedException()
    • PartialCollectionLoadingNotSupportedException

      public PartialCollectionLoadingNotSupportedException(String message)
    • PartialCollectionLoadingNotSupportedException

      public PartialCollectionLoadingNotSupportedException(String message, Throwable cause)
    • PartialCollectionLoadingNotSupportedException

      public PartialCollectionLoadingNotSupportedException(Throwable cause)