org.jSyncManager.API.Protocol.Util

Class EncryptionNotSupportedException


public class EncryptionNotSupportedException
extends Exception

This class contains the exception thrown when MD5 encryption is not supported on the users platform.

Constructor Summary

EncryptionNotSupportedException()
Construct a new EncryptionNotSupportedException with no details text.
EncryptionNotSupportedException(String s)
Construct a new EncryptionNotSupportedException with the specified details text String.

Constructor Details

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.
Parameters:
s - the exception details message to attach to this exception.