Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.api
Class PublisherException

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.api.PublisherException
All Implemented Interfaces:
java.io.Serializable

public class PublisherException
extends ClientException

Author:
Thomas Roger
See Also:
Serialized Form

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

PublisherException

public PublisherException()

PublisherException

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

PublisherException

public PublisherException(java.lang.String message)

PublisherException

public PublisherException(java.lang.Throwable cause)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.