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