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.
 
Method Summary
 
Methods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toString, toStringBuffer
 

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.