Class InvalidCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- es.bsc.dataclay.exceptions.DataClayException
-
- es.bsc.dataclay.exceptions.logicmodule.accountmgr.InvalidCredentialsException
-
- All Implemented Interfaces:
DataClaySerializable
,Serializable
public class InvalidCredentialsException extends DataClayException
This class represents the exceptions produced in AccountManager module when invalid Credentials are provided: wrong association Account-Credential...- Version:
- 0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCredentialsException(String msg)
This Exception is called when some credentials are invalid for some reason
-
Method Summary
-
Methods inherited from class es.bsc.dataclay.exceptions.DataClayException
asGrpcException, deserialize, equals, getErrorcode, getLocalizedMessage, hashCode, printStackTrace, serialize, setErrorCode, setExceptionMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidCredentialsException
public InvalidCredentialsException(String msg)
This Exception is called when some credentials are invalid for some reason- Parameters:
msg
- Message to show
-
-