public class ServiceRuntimeException
extends java.lang.RuntimeException
Title: Service Event Fabric Runtime
Description: A runtime error thrown when some unforeseen error.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
ServiceRuntimeException()
Creates a new exception.
|
ServiceRuntimeException(java.lang.String message)
Creates a new exception.
|
ServiceRuntimeException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
ServiceRuntimeException(java.lang.Throwable exception)
Creates a new exception.
|
public ServiceRuntimeException()
public ServiceRuntimeException(java.lang.String message)
message
- the exception message.public ServiceRuntimeException(java.lang.Throwable exception)
exception
- the exception cause.public ServiceRuntimeException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.