public class IllegalComponentStateException extends FabricException
Title: Service Event Fabric Runtime
Description: Thrown when a component is in an illegal state.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Constructor and Description |
---|
IllegalComponentStateException()
Constructs a new exception.
|
IllegalComponentStateException(java.lang.String message)
Constructs a new exception with the specified message.
|
IllegalComponentStateException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified message and cause.
|
IllegalComponentStateException(java.lang.Throwable cause)
Constructs a new exception with the specified message.
|
toString
public IllegalComponentStateException()
public IllegalComponentStateException(java.lang.String message)
public IllegalComponentStateException(java.lang.Throwable cause)
public IllegalComponentStateException(java.lang.String message, java.lang.Throwable cause)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.