Package com.netscape.certsrv.profile
Class ProfileNotFoundException
- 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.profile.ProfileNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProfileNotFoundException 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
profileId
-
Fields inherited from class com.netscape.certsrv.base.PKIException
code
-
-
Constructor Summary
Constructors Constructor Description ProfileNotFoundException(PKIException.Data data)
ProfileNotFoundException(java.lang.String profileId)
ProfileNotFoundException(java.lang.String profileId, java.lang.String message)
ProfileNotFoundException(java.lang.String profileId, 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
getProfileId()
void
setRequestId(java.lang.String profileId)
-
Methods inherited from class com.netscape.certsrv.base.PKIException
getCode, setCode
-
-
-
-
Constructor Detail
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.String profileId)
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.String profileId, java.lang.String message)
-
ProfileNotFoundException
public ProfileNotFoundException(java.lang.String profileId, java.lang.String message, java.lang.Throwable cause)
-
ProfileNotFoundException
public ProfileNotFoundException(PKIException.Data data)
-
-
Method Detail
-
getData
public PKIException.Data getData()
- Overrides:
getData
in classResourceNotFoundException
-
getProfileId
public java.lang.String getProfileId()
-
setRequestId
public void setRequestId(java.lang.String profileId)
-
-