public class IllegalServiceStateException
extends java.lang.Exception
Title: Open Service Framework
Description: This exception is thrown when the service is in a state that prohibits a specific operation.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Constructor and Description |
---|
IllegalServiceStateException()
Creates a new exception.
|
IllegalServiceStateException(java.lang.String message)
Creates a new exception.
|
IllegalServiceStateException(java.lang.String message,
java.lang.Throwable exception)
Creates a new exception.
|
IllegalServiceStateException(java.lang.Throwable exception)
Creates a new exception.
|
public IllegalServiceStateException()
public IllegalServiceStateException(java.lang.String message)
message
- the exception message.public IllegalServiceStateException(java.lang.Throwable exception)
exception
- the exception cause.public IllegalServiceStateException(java.lang.String message, java.lang.Throwable exception)
message
- the exception message.exception
- the exception cause.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.