public class ServiceRegistryException extends Exception
| Constructor and Description |
|---|
ServiceRegistryException(String message)
Creates a new service registry exception.
|
ServiceRegistryException(String message,
Throwable t)
Creates a new service registry exception.
|
ServiceRegistryException(Throwable t)
Creates a new service registry exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceRegistryException(String message, Throwable t)
message - the error messaget - the exception causing the errorpublic ServiceRegistryException(String message)
message - the error messagepublic ServiceRegistryException(Throwable t)
t - the exception causing the errorCopyright © 2009–2021 Opencast Project. All rights reserved.