public class ServiceConfigurationException
extends java.lang.Exception
Title: Open Service Framework
Description: A general exception that is thrown whenever some type of configuration error occurs in the Service.
Copyright: Copyright (c) 2008
Company: StreamScape Technologies
Constructor and Description |
---|
ServiceConfigurationException()
Creates a new exception.
|
ServiceConfigurationException(java.lang.String message)
Creates a new exception.
|
ServiceConfigurationException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
ServiceConfigurationException(java.lang.Throwable exception)
Creates a new exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public ServiceConfigurationException()
public ServiceConfigurationException(java.lang.String message)
message
- the exception message.public ServiceConfigurationException(java.lang.Throwable exception)
exception
- the exception cause.public ServiceConfigurationException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.