public class ServiceAlreadyExistsException extends Exception
| Constructor and Description |
|---|
ServiceAlreadyExistsException() |
ServiceAlreadyExistsException(String message) |
ServiceAlreadyExistsException(String message,
Throwable cause) |
ServiceAlreadyExistsException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ServiceAlreadyExistsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceAlreadyExistsException()
public ServiceAlreadyExistsException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ServiceAlreadyExistsException(String message)
public ServiceAlreadyExistsException(Throwable cause)
Copyright © 2016 Irenical. All rights reserved.