com.silverpeas.notification
Class SubscriptionException

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

public class SubscriptionException
extends RuntimeException

An exception that is thrown when a subscription failed.

See Also:
Serialized Form

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

SubscriptionException

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


SubscriptionException

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

Parameters:
msg - the detail message.

SubscriptionException

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

Parameters:
cause - the cause of this exception.

SubscriptionException

public SubscriptionException(String msg,
                             Throwable cause)
Constructs an instance of SubscriptionException 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.