Class DfAuthenticationException

All Implemented Interfaces:
IDfException, Serializable

public class DfAuthenticationException extends DfServiceException
Signals a problem with authentication of an identity. For example this exception is thrown when an identity has a bad user or password. Use DfException.getMessage() to return the server message.
Since:
5.1
See Also:
  • Constructor Details

    • DfAuthenticationException

      public DfAuthenticationException(String message, Object[] arguments)
    • DfAuthenticationException

      public DfAuthenticationException(com.documentum.fc.common.impl.MessageHelper messageHelper)
  • Method Details

    • newAuthFailException

      public static DfAuthenticationException newAuthFailException(com.documentum.fc.client.impl.docbase.IDocbaseSpec docbaseSpec, String username)