com.sas.services
Class IllegalServiceStateException

com.sas.services.IllegalServiceStateException
All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface, java.io.Serializable

public class IllegalServiceStateException
implements java.io.Serializable

Thrown when the object is not in the proper state for the requested operation.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
IllegalServiceStateException(java.lang.String message)
          Constructs an instance using the specified message to detail the cause of the exception.
IllegalServiceStateException(java.lang.Throwable throwable, java.lang.String message)
          Constructs an instance using the specified message and a throwable that prompted creation of this service exception.
 

Constructor Detail

IllegalServiceStateException

public IllegalServiceStateException(java.lang.String message)
Constructs an instance using the specified message to detail the cause of the exception.

Parameters:
message - Exception message.

IllegalServiceStateException

public IllegalServiceStateException(java.lang.Throwable throwable,
                                    java.lang.String message)
Constructs an instance using the specified message and a throwable that prompted creation of this service exception.

Parameters:
throwable - Throwable that prompted the exception.
message - Exception message.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.