public class FabricRuntimeException
extends java.lang.RuntimeException
Title: Service Event Fabric Core
Description: Base exception class for all runtime exceptions of the Service Event Fabric.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
FabricRuntimeException()
Creates a new exception.
|
FabricRuntimeException(java.lang.String message)
Creates a new exception.
|
FabricRuntimeException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
FabricRuntimeException(java.lang.Throwable exception)
Creates a new exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public FabricRuntimeException()
public FabricRuntimeException(java.lang.String message)
message
- the exception message.public FabricRuntimeException(java.lang.Throwable exception)
exception
- the exception cause.public FabricRuntimeException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.