Package com.netscape.certsrv.base
Class UserNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.netscape.certsrv.base.PKIException
-
- com.netscape.certsrv.base.ResourceNotFoundException
-
- com.netscape.certsrv.base.UserNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class UserNotFoundException extends ResourceNotFoundException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.netscape.certsrv.base.PKIException
PKIException.Data
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
userId
-
Fields inherited from class com.netscape.certsrv.base.PKIException
code
-
-
Constructor Summary
Constructors Constructor Description UserNotFoundException(PKIException.Data data)
UserNotFoundException(java.lang.String userId)
UserNotFoundException(java.lang.String userId, java.lang.String message)
UserNotFoundException(java.lang.String userId, java.lang.String message, java.lang.Throwable cause)
-
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 com.netscape.certsrv.base.PKIException
getCode, setCode
-
-
-
-
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)
-
UserNotFoundException
public UserNotFoundException(PKIException.Data data)
-
-
Method Detail
-
getData
public PKIException.Data getData()
- Overrides:
getData
in classResourceNotFoundException
-
getUserId
public java.lang.String getUserId()
-
setUserId
public void setUserId(java.lang.String userId)
-
-