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:
- 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
- See Also:
- Serialized Form
- No Extend
- This interface is not intended to be extended by clients.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PartialCollectionLoadingNotSupportedException
public PartialCollectionLoadingNotSupportedException()
PartialCollectionLoadingNotSupportedException
public PartialCollectionLoadingNotSupportedException(String message)
PartialCollectionLoadingNotSupportedException
public PartialCollectionLoadingNotSupportedException(String message,
Throwable cause)
PartialCollectionLoadingNotSupportedException
public PartialCollectionLoadingNotSupportedException(Throwable cause)
Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.