com.sas.services
Class QuiesceException

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

public class QuiesceException
implements java.io.Serializable

Quiesce exception thrown when an error occurs quiescing the service.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
QuiesceException()
          Constructs a quiesce exception..
QuiesceException(java.lang.String msg)
          Constructs a quiesce exception using the specified message to detail the issue.
 

Constructor Detail

QuiesceException

public QuiesceException()
Constructs a quiesce exception..


QuiesceException

public QuiesceException(java.lang.String msg)
Constructs a quiesce exception using the specified message to detail the issue.

Parameters:
msg - Message detailing the cause of the quiesce exception.



Copyright © 2009 SAS Institute Inc. All Rights Reserved.