Class UserNotFoundException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String userId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PKIException.Data getData()  
      java.lang.String getUserId()  
      void setUserId​(java.lang.String userId)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • userId

        public java.lang.String userId
    • Constructor Detail

      • UserNotFoundException

        public UserNotFoundException​(java.lang.String userId)
      • UserNotFoundException

        public UserNotFoundException​(java.lang.String userId,
                                     java.lang.String message)
      • UserNotFoundException

        public UserNotFoundException​(java.lang.String userId,
                                     java.lang.String message,
                                     java.lang.Throwable cause)