Class NoCredentialsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.spi.exception.NoCredentialsException
All Implemented Interfaces:
Serializable

public class NoCredentialsException extends RuntimeException
Exception to indicate that no credentials are possible to retrieve.
See Also:
  • Constructor Details

    • NoCredentialsException

      public NoCredentialsException()
    • NoCredentialsException

      public NoCredentialsException(String message, Throwable cause)