|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.silverpeas.notification.PublishingException
public class PublishingException
An exception that is thrown when the publication of a notification failed.
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 |
---|
public PublishingException()
SubscriptionException
without detail message.
public PublishingException(String msg)
PublishingException
with the specified detail message.
msg
- the detail message.public PublishingException(Throwable cause)
PublishingException
with the specified cause.
cause
- the cause of this exception.public PublishingException(String msg, Throwable cause)
PublishingException
with the specified detail message
and for the specified cause.
msg
- the detail message.cause
- the cause of this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |