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