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:
Serializable

public class PassivatedServiceException
extends RuntimeException

That exception is thrown 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
 Method method
           
 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 String statusId

method

public final Method method

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.