public class ClientFactoryConfigurationException
extends java.lang.Exception
Title: Open Service Framework
Description: An exception thrown by the client factory.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
ClientFactoryConfigurationException()
Creates a new exception.
|
ClientFactoryConfigurationException(java.lang.String message)
Creates a new exception.
|
ClientFactoryConfigurationException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
ClientFactoryConfigurationException(java.lang.Throwable exception)
Creates a new exception.
|
public ClientFactoryConfigurationException()
public ClientFactoryConfigurationException(java.lang.String message)
message
- the exception message.public ClientFactoryConfigurationException(java.lang.Throwable exception)
exception
- the exception cause.public ClientFactoryConfigurationException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.