Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StateTransferInProgressException

        public StateTransferInProgressException()
        Constructs an SecurityException with null as its error detail message.
      • StateTransferInProgressException

        public StateTransferInProgressException​(java.lang.String s)
        Constructs an SecurityException with the specified detail message. The error message string s can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.
        Parameters:
        s - the detail message.
      • StateTransferInProgressException

        public StateTransferInProgressException​(java.lang.String reason,
                                                java.lang.String stackTrace)
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable