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.RuntimeException
Thrown 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 anSecurityException
withnull
as its error detail message.StateTransferInProgressException(java.lang.String s)
Constructs anSecurityException
with 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 void
printStackTrace()
-
-
-
Constructor Detail
-
StateTransferInProgressException
public StateTransferInProgressException()
Constructs anSecurityException
withnull
as its error detail message.
-
StateTransferInProgressException
public StateTransferInProgressException(java.lang.String s)
Constructs anSecurityException
with the specified detail message. The error message strings
can later be retrieved by the
method of classThrowable.getMessage()
java.lang.Throwable
.- Parameters:
s
- the detail message.
-
StateTransferInProgressException
public StateTransferInProgressException(java.lang.String reason, java.lang.String stackTrace)
-
-