com.connecterra.ale.api
Class NoSuchSubscriberException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
              extended bycom.connecterra.ale.api.NoSuchSubscriberException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSubscriberException
extends ALEException

This exception is thrown by the ALE API unsubscribe method if the URI does not refer to an existing subscription.

See Also:
Serialized Form

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

NoSuchSubscriberException

public NoSuchSubscriberException()

NoSuchSubscriberException

public NoSuchSubscriberException(java.lang.String message)

NoSuchSubscriberException

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

NoSuchSubscriberException

public NoSuchSubscriberException(java.lang.Throwable cause)