Class NoCredentialsFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.cmr.remoteticket.NoCredentialsFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoCredentialsFoundException extends org.alfresco.error.AlfrescoRuntimeExceptionException thrown if no credentials could be found when attempting to perform an authentication request to a remote system.- Since:
- 4.0.2
- Author:
- Nick Burch
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoCredentialsFoundException()NoCredentialsFoundException(java.lang.String remoteSystemId)
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-