Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.rules
Class PublishingValidatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuxeo.ecm.core.api.ClientException
              extended by org.nuxeo.ecm.platform.publisher.rules.PublishingValidatorException
All Implemented Interfaces:
Serializable

public class PublishingValidatorException
extends ClientException

Publishing validator related exception.

Author:
Julien Anguenot
See Also:
Serialized Form

Constructor Summary
PublishingValidatorException()
           
PublishingValidatorException(String message)
           
PublishingValidatorException(String message, Throwable cause)
           
PublishingValidatorException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.core.api.ClientException
wrap
 
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

PublishingValidatorException

public PublishingValidatorException()

PublishingValidatorException

public PublishingValidatorException(String message)

PublishingValidatorException

public PublishingValidatorException(String message,
                                    Throwable cause)

PublishingValidatorException

public PublishingValidatorException(Throwable cause)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.