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.StringgroupId-
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.DatagetData()java.lang.StringgetGroupId()voidsetGroupId(java.lang.String groupId)-
Methods inherited from class com.netscape.certsrv.base.PKIException
getCode, main, 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:
getDatain classResourceNotFoundException
-
getGroupId
public java.lang.String getGroupId()
-
setGroupId
public void setGroupId(java.lang.String groupId)
-
-