Uses of Class
com.sshtools.common.util.UIDException

Packages that use UIDException
com.sshtools.common.util   
 

Uses of UIDException in com.sshtools.common.util
 

Methods in com.sshtools.common.util that throw UIDException
static UID UID.fromString(java.lang.String uid)
           
static UID UID.generateUniqueId(byte[] content)
           
 

Constructors in com.sshtools.common.util that throw UIDException
UID(java.lang.String str)