There is no real reason why this class shouldn't be Serializable (expect that there is a logger used, but I doubt if this is really appropriate for a "This should really never happen" exception handler). Especially because javax.name.Name implements Serializable, but as DistinguishedNames store LdapRdns, you cannot serialize DistinguishedNames currently.


Reply With Quote