Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core
Class CoreRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.ecm.core.CoreRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryParseException

Deprecated. Do not use this class - it is internal to nuxeo repository core and will be removed from the API soon

@Deprecated
public class CoreRuntimeException
extends RuntimeException

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
CoreRuntimeException()
          Deprecated.  
CoreRuntimeException(String message)
          Deprecated.  
CoreRuntimeException(String message, Throwable cause)
          Deprecated.  
CoreRuntimeException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CoreRuntimeException

public CoreRuntimeException()
Deprecated. 

CoreRuntimeException

public CoreRuntimeException(String message)
Deprecated. 

CoreRuntimeException

public CoreRuntimeException(String message,
                            Throwable cause)
Deprecated. 

CoreRuntimeException

public CoreRuntimeException(Throwable cause)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.