jSyncManager

org.jSyncManager.API.Protocol.Util
Class EncryptionNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jSyncManager.API.Protocol.Util.EncryptionNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class EncryptionNotSupportedException
extends java.lang.Exception

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

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/04/23 03:20:21 $.
See Also:
Serialized Form

Constructor Summary
EncryptionNotSupportedException()
          Construct a new EncryptionNotSupportedException with no details text.
EncryptionNotSupportedException(java.lang.String s)
          Construct a new EncryptionNotSupportedException with the specified details text String.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncryptionNotSupportedException

public EncryptionNotSupportedException()
Construct a new EncryptionNotSupportedException with no details text.

EncryptionNotSupportedException

public EncryptionNotSupportedException(java.lang.String s)
Construct a new EncryptionNotSupportedException with the specified details text String.
Parameters:
s - the exception details message to attach to this exception.

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.