|
||||||||||
| 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.SubscriptionException
public class SubscriptionException
An exception that is thrown when a subscription failed.
| Constructor Summary | |
|---|---|
SubscriptionException()
Creates a new instance of SubscriptionException without detail message. |
|
SubscriptionException(String msg)
Constructs an instance of SubscriptionException with the specified detail message. |
|
SubscriptionException(String msg,
Throwable cause)
Constructs an instance of SubscriptionException with the specified detail message
and for the specified cause. |
|
SubscriptionException(Throwable cause)
Constructs an instance of SubscriptionException 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 SubscriptionException()
SubscriptionException without detail message.
public SubscriptionException(String msg)
SubscriptionException with the specified detail message.
msg - the detail message.public SubscriptionException(Throwable cause)
SubscriptionException with the specified cause.
cause - the cause of this exception.
public SubscriptionException(String msg,
Throwable cause)
SubscriptionException 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 | |||||||||