Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.automation.OperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidChainException, OperationNotFoundException, TypeAdaptException

public class OperationException
extends java.lang.Exception

The base exception of the operation service.

Author:
Bogdan Stefanescu
See Also:
Serialized Form

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

OperationException

public OperationException(java.lang.String message)

OperationException

public OperationException(java.lang.Throwable cause)

OperationException

public OperationException(java.lang.String message,
                          java.lang.Throwable cause)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.