Class ServiceTimerAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceTimerAlreadyExistsException
    extends java.lang.Exception
    Exception thrown if a TimerID is already registered in a ServiceTimerProvider.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ServiceTimerAlreadyExistsException

        public ServiceTimerAlreadyExistsException()
        Create a ServiceTimerAlreadyExistsException.
      • ServiceTimerAlreadyExistsException

        public ServiceTimerAlreadyExistsException​(java.lang.String message,
                                                  java.lang.Throwable cause)
        Create a ServiceTimerAlreadyExistsException with a detail message and cause.
        Parameters:
        message - the detail message.
        cause - the reason this exception was thrown.
      • ServiceTimerAlreadyExistsException

        public ServiceTimerAlreadyExistsException​(java.lang.String message)
        Create a ServiceTimerAlreadyExistsException with a detail message.
        Parameters:
        message - the detail message.
      • ServiceTimerAlreadyExistsException

        public ServiceTimerAlreadyExistsException​(java.lang.Throwable cause)
        Create a ServiceTimerAlreadyExistsException with a cause.
        Parameters:
        cause - the reason this exception was thrown.