Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.management
Class ManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.runtime.management.ManagementException
All Implemented Interfaces:
Serializable

public class ManagementException
extends Exception

Author:
Stephane Lacoin (Nuxeo EP Software Engineer)
See Also:
Serialized Form

Constructor Summary
ManagementException()
           
ManagementException(String message)
           
ManagementException(String message, Throwable cause)
           
ManagementException(Throwable cause)
           
 
Method Summary
static ManagementException wrap(Exception cause)
           
static ManagementException wrap(String message, Exception cause)
           
 
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

ManagementException

public ManagementException()

ManagementException

public ManagementException(String message,
                           Throwable cause)

ManagementException

public ManagementException(String message)

ManagementException

public ManagementException(Throwable cause)
Method Detail

wrap

public static ManagementException wrap(String message,
                                       Exception cause)

wrap

public static ManagementException wrap(Exception cause)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.