public class ServiceTimerAlreadyExistsException
extends java.lang.Exception
TimerID
is already registered in a ServiceTimerProvider
.Constructor and Description |
---|
ServiceTimerAlreadyExistsException()
Create a
ServiceTimerAlreadyExistsException . |
ServiceTimerAlreadyExistsException(java.lang.String message)
Create a
ServiceTimerAlreadyExistsException with a detail message. |
ServiceTimerAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Create a
ServiceTimerAlreadyExistsException with a detail message and cause. |
ServiceTimerAlreadyExistsException(java.lang.Throwable cause)
Create a
ServiceTimerAlreadyExistsException with a cause. |
public ServiceTimerAlreadyExistsException()
ServiceTimerAlreadyExistsException
.public ServiceTimerAlreadyExistsException(java.lang.String message, java.lang.Throwable cause)
ServiceTimerAlreadyExistsException
with a detail message and cause.message
- the detail message.cause
- the reason this exception was thrown.public ServiceTimerAlreadyExistsException(java.lang.String message)
ServiceTimerAlreadyExistsException
with a detail message.message
- the detail message.public ServiceTimerAlreadyExistsException(java.lang.Throwable cause)
ServiceTimerAlreadyExistsException
with a cause.cause
- the reason this exception was thrown.Copyright © OpenCloud. All Rights Reserved.