Nuxeo Enterprise Platform 5.4

org.nuxeo.dam.exception
Class DamRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.dam.exception.DamRuntimeException
All Implemented Interfaces:
Serializable

public class DamRuntimeException
extends RuntimeException

Runtime Distribution exception

Author:
Thomas Roger
See Also:
Serialized Form

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

DamRuntimeException

public DamRuntimeException(String message)

DamRuntimeException

public DamRuntimeException(String message,
                           Throwable cause)

DamRuntimeException

public DamRuntimeException(Throwable cause)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.