Package com.hazelcast.spi.exception
Class NoCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hazelcast.spi.exception.NoCredentialsException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoCredentialsException extends java.lang.RuntimeException
Exception to indicate that no credentials are possible to retrieve.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCredentialsException()
NoCredentialsException(java.lang.String message, java.lang.Throwable cause)
-