public class StatsMonitorException extends FabricException
Title: Service Event Fabric Runtime
Description: Defines an exception thrown by the StatsMonitor
.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
StatsMonitorException()
Creates a new exception.
|
StatsMonitorException(java.lang.String message)
Creates a new exception.
|
StatsMonitorException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
StatsMonitorException(java.lang.Throwable exception)
Creates a new exception.
|
toString
public StatsMonitorException()
public StatsMonitorException(java.lang.String message)
message
- the exception message.public StatsMonitorException(java.lang.Throwable exception)
exception
- the exception cause.public StatsMonitorException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.