Class StateTransferInProgressException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.alachisoft.ncache.runtime.exceptions.StateTransferInProgressException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class StateTransferInProgressException extends java.lang.RuntimeExceptionThrown when a user does not have the permissions to start/stop/initialize the cache.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description StateTransferInProgressException()Constructs anSecurityExceptionwithnullas its error detail message.StateTransferInProgressException(java.lang.String s)Constructs anSecurityExceptionwith the specified detail message.StateTransferInProgressException(java.lang.String reason, java.lang.String stackTrace) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprintStackTrace() 
 - 
 
- 
- 
Constructor Detail
- 
StateTransferInProgressException
public StateTransferInProgressException()
Constructs anSecurityExceptionwithnullas its error detail message. 
- 
StateTransferInProgressException
public StateTransferInProgressException(java.lang.String s)
Constructs anSecurityExceptionwith the specified detail message. The error message stringscan later be retrieved by themethod of classThrowable.getMessage()java.lang.Throwable.- Parameters:
 s- the detail message.
 
- 
StateTransferInProgressException
public StateTransferInProgressException(java.lang.String reason, java.lang.String stackTrace) 
 - 
 
 -