Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.exception
Class CaseManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by org.nuxeo.cm.exception.CaseManagementException
All Implemented Interfaces:
Serializable

public class CaseManagementException
extends org.nuxeo.ecm.core.api.ClientException

Distribution exception

Author:
Anahide Tchertchian
See Also:
Serialized Form

Constructor Summary
CaseManagementException()
           
CaseManagementException(String message)
           
CaseManagementException(String message, Throwable th)
           
CaseManagementException(Throwable th)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.api.ClientException
wrap
 
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

CaseManagementException

public CaseManagementException()

CaseManagementException

public CaseManagementException(String message,
                               Throwable th)

CaseManagementException

public CaseManagementException(String message)

CaseManagementException

public CaseManagementException(Throwable th)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.