org.jSyncManager.API.Protocol.Util
Class EncryptionNotSupportedException
Exceptionorg.jSyncManager.API.Protocol.Util.EncryptionNotSupportedException
public class EncryptionNotSupportedException
extends Exception
This class contains the exception thrown when MD5 encryption is not supported
on the users platform.
EncryptionNotSupportedException
public EncryptionNotSupportedException()
Construct a new EncryptionNotSupportedException with no details text.
EncryptionNotSupportedException
public EncryptionNotSupportedException(String s)
Construct a new EncryptionNotSupportedException with the specified
details text String.
s - the exception details message to attach to this exception.