org.eclipse.emf.cdo.common.util
Class PartialCollectionLoadingNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by 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.

Constructor Summary
PartialCollectionLoadingNotSupportedException()
           
PartialCollectionLoadingNotSupportedException(String message)
           
PartialCollectionLoadingNotSupportedException(String message, Throwable cause)
           
PartialCollectionLoadingNotSupportedException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.