Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.management.guards
Class PassivatedServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuxeo.ecm.core.management.guards.PassivatedServiceException
All Implemented Interfaces:
java.io.Serializable

public class PassivatedServiceException
extends java.lang.RuntimeException

That exception is throwed by the GuardedServiceHandler whenever a call is made onto a service guarded while the server is passivated.

Author:
"Stephane Lacoin [aka matic] "
See Also:
Serialized Form

Field Summary
 java.lang.reflect.Method method
           
 java.lang.String statusId
           
 
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
 

Field Detail

statusId

public final java.lang.String statusId

method

public final java.lang.reflect.Method method

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.