public class RuntimeContextException
extends java.lang.Exception
Title: Service Event Fabric Runtime
Description: Defines an exception thrown by the Runtime Context.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
RuntimeContextException()
Creates a new exception.
|
RuntimeContextException(java.lang.String message)
Creates a new exception.
|
RuntimeContextException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
RuntimeContextException(java.lang.Throwable exception)
Creates a new exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public RuntimeContextException()
public RuntimeContextException(java.lang.String message)
message
- the exception message.public RuntimeContextException(java.lang.Throwable exception)
exception
- the exceptiopn cause.public RuntimeContextException(java.lang.String message, java.lang.Throwable exception)
message
- the exceptiopn message.exception
- the exceptiopn cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.