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