Class SUserNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • SUserNotFoundException

        public SUserNotFoundException​(SUser user)
      • SUserNotFoundException

        public SUserNotFoundException​(long userId)
      • SUserNotFoundException

        public SUserNotFoundException​(java.lang.String userName)
      • SUserNotFoundException

        public SUserNotFoundException​(java.lang.String message,
                                      java.lang.Throwable cause)
      • SUserNotFoundException

        public SUserNotFoundException​(java.lang.Throwable cause)