org.eclipse.emf.cdo.util
Class LegacyModeNotEnabledException

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.util.LegacyModeNotEnabledException
All Implemented Interfaces:
Serializable

Deprecated. As of 4.2 the legacy mode is always enabled.

@Deprecated
public class LegacyModeNotEnabledException
  
extends IllegalStateException

An unchecked exception being thrown if legacy objects are to be accessed and the associated view is not in legacy mode.

Since:
3.0
See Also:
Serialized Form
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.

Constructor Summary
LegacyModeNotEnabledException()
          Deprecated.  
LegacyModeNotEnabledException(String message)
          Deprecated.  
LegacyModeNotEnabledException(String message, Throwable cause)
          Deprecated.  
LegacyModeNotEnabledException(Throwable cause)
          Deprecated.  
 
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

LegacyModeNotEnabledException

public LegacyModeNotEnabledException()
Deprecated. 

LegacyModeNotEnabledException

public LegacyModeNotEnabledException(String message)
Deprecated. 

LegacyModeNotEnabledException

public LegacyModeNotEnabledException(Throwable cause)
Deprecated. 

LegacyModeNotEnabledException

public LegacyModeNotEnabledException(String message,
                                     Throwable cause)
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.