com.silverpeas.notification
Class PublishingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.silverpeas.notification.PublishingException
All Implemented Interfaces:
Serializable

public class PublishingException
extends RuntimeException

An exception that is thrown when the publication of a notification failed.

See Also:
Serialized Form

Constructor Summary
PublishingException()
          Creates a new instance of SubscriptionException without detail message.
PublishingException(String msg)
          Constructs an instance of PublishingException with the specified detail message.
PublishingException(String msg, Throwable cause)
          Constructs an instance of PublishingException with the specified detail message and for the specified cause.
PublishingException(Throwable cause)
          Constructs an instance of PublishingException with the specified 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublishingException

public PublishingException()
Creates a new instance of SubscriptionException without detail message.


PublishingException

public PublishingException(String msg)
Constructs an instance of PublishingException with the specified detail message.

Parameters:
msg - the detail message.

PublishingException

public PublishingException(Throwable cause)
Constructs an instance of PublishingException with the specified cause.

Parameters:
cause - the cause of this exception.

PublishingException

public PublishingException(String msg,
                           Throwable cause)
Constructs an instance of PublishingException with the specified detail message and for the specified cause.

Parameters:
msg - the detail message.
cause - the cause of this exception.


Copyright © 2016 Silverpeas. All Rights Reserved.