Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.exception
Class DamException

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.dam.exception.DamException
All Implemented Interfaces:
Serializable

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

Distribution exception

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
DamException(org.nuxeo.ecm.core.api.ClientException cause)
           
DamException(String message)
           
DamException(String message, org.nuxeo.ecm.core.api.ClientException cause)
           
DamException(String message, Throwable cause)
           
DamException(Throwable cause)
           
 
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

DamException

public DamException(String message)

DamException

public DamException(String message,
                    org.nuxeo.ecm.core.api.ClientException cause)

DamException

public DamException(String message,
                    Throwable cause)

DamException

public DamException(Throwable cause)

DamException

public DamException(org.nuxeo.ecm.core.api.ClientException cause)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.