Package org.eclipse.emf.cdo.common.util
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:
- java.io.Serializable
 
 public class PartialCollectionLoadingNotSupportedException extends java.lang.IllegalStateExceptionAn unchecked exception that indicates thatlist element proxieshave 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 SummaryConstructors Constructor Description PartialCollectionLoadingNotSupportedException()PartialCollectionLoadingNotSupportedException(java.lang.String message)PartialCollectionLoadingNotSupportedException(java.lang.String message, java.lang.Throwable cause)PartialCollectionLoadingNotSupportedException(java.lang.Throwable cause)
 
- 
- 
- 
Constructor Detail- 
PartialCollectionLoadingNotSupportedExceptionpublic PartialCollectionLoadingNotSupportedException() 
 - 
PartialCollectionLoadingNotSupportedExceptionpublic PartialCollectionLoadingNotSupportedException(java.lang.String message) 
 - 
PartialCollectionLoadingNotSupportedExceptionpublic PartialCollectionLoadingNotSupportedException(java.lang.String message, java.lang.Throwable cause)
 - 
PartialCollectionLoadingNotSupportedExceptionpublic PartialCollectionLoadingNotSupportedException(java.lang.Throwable cause) 
 
- 
 
-