Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.api
Class ClientRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.ecm.core.api.ClientRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuditRuntimeException

public class ClientRuntimeException
extends java.lang.RuntimeException

Author:
arussel
See Also:
Serialized Form

Constructor Summary
ClientRuntimeException()
           
ClientRuntimeException(java.lang.String message)
           
ClientRuntimeException(java.lang.String message, java.lang.Throwable t)
           
ClientRuntimeException(java.lang.Throwable t)
           
 
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

ClientRuntimeException

public ClientRuntimeException()

ClientRuntimeException

public ClientRuntimeException(java.lang.String message)

ClientRuntimeException

public ClientRuntimeException(java.lang.Throwable t)

ClientRuntimeException

public ClientRuntimeException(java.lang.String message,
                              java.lang.Throwable t)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.