public class UnsupportedCapabilityException
extends java.lang.Exception
Title: Open Service Framework
Description: This exception is thrown when an optional capabiltiy of the service framework is not supported
by the Service Hosting Container
.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
UnsupportedCapabilityException()
Creates a new exception.
|
UnsupportedCapabilityException(java.lang.String message)
Creates a new exception.
|
UnsupportedCapabilityException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
UnsupportedCapabilityException(java.lang.Throwable exception)
Creates a new exception.
|
public UnsupportedCapabilityException()
public UnsupportedCapabilityException(java.lang.String message)
message
- the exception message.public UnsupportedCapabilityException(java.lang.Throwable exception)
exception
- the exception cause.public UnsupportedCapabilityException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.