Class SUserNotFoundException

All Implemented Interfaces:
Serializable, ExceptionContext, ScopedException

public class SUserNotFoundException extends SIdentityException
Author:
Baptiste Mesta, Matthieu Chaffotte, Celine Souchet
See Also:
  • Constructor Details

    • SUserNotFoundException

      public SUserNotFoundException(SUser user)
    • SUserNotFoundException

      public SUserNotFoundException(long userId)
    • SUserNotFoundException

      public SUserNotFoundException(String userName)
    • SUserNotFoundException

      public SUserNotFoundException(String message, Throwable cause)
    • SUserNotFoundException

      public SUserNotFoundException(Throwable cause)