com.sas.services
Class IllegalServiceStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sas.util.ChainedException
|
+--com.sas.services.ServiceException
|
+--com.sas.services.IllegalServiceStateException
- All Implemented Interfaces:
- public class IllegalServiceStateException
- extends ServiceException
- implements java.io.Serializable
Thrown when the object is not in the proper state for the requested
operation.
- Since:
- 1.1
- See Also:
- Serialized Form
IllegalServiceStateException
public IllegalServiceStateException(String message)
- Constructs an instance using the specified message to detail the
cause of the exception.
- Parameters:
message - Exception message.
IllegalServiceStateException
public IllegalServiceStateException(Throwable throwable,
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 © 2006 SAS Institute Inc. All Rights Reserved.
javadoc generated Fri, 10 Feb 2006 17:28:52