com.connecterra.ale.api
Class DuplicateSubscriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.connecterra.ale.api.ALEException
com.connecterra.ale.api.ImplementationException
com.connecterra.ale.api.EngineException
com.connecterra.ale.api.DuplicateSubscriptionException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateSubscriptionException
- extends EngineException
This exception is thrown by the ALE API ALE.subscribe(String, URI)
or
ALE.subscribe(String, URI, ECSubscriptionControls)
methods if the subscription already exists.
- See Also:
- Serialized Form
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 |
DuplicateSubscriptionException
public DuplicateSubscriptionException()
DuplicateSubscriptionException
public DuplicateSubscriptionException(java.lang.String message)
DuplicateSubscriptionException
public DuplicateSubscriptionException(java.lang.String message,
java.lang.Throwable cause)
DuplicateSubscriptionException
public DuplicateSubscriptionException(java.lang.Throwable cause)