public class TargetException
extends java.lang.Exception
Target
implementation
is not be able to determine
if a given
server/service is a target for the attribute certificate that
contains the particular Target extension. For instance, checking
if a server/service belongs to some specific TargetGroup
cannot be done in a general way because membership
of a target to a TargetGroup only can be handled in application
specfic manner (e.g., see
RFC 5755: a TargetGroup may specify a DNS domain and the AC
verifier knows the DNS domain to which it belongs; or the TargetGroup
specifies "PRINTERS," and the AC verifier knows if it is a printer
or print server or not). In such cases the isTargetFor
check must be done in a different, application specific
way.Constructor and Description |
---|
TargetException()
Creates a
TargetException with no message describing
the exception. |
TargetException(java.lang.String msg)
Creates a
TargetException with the given message
describing this particular exception. |
public TargetException()
TargetException
with no message describing
the exception.public TargetException(java.lang.String msg)
TargetException
with the given message
describing this particular exception.msg
- the message string describing this exception