|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.jSyncManager.API.Protocol.Util.EncryptionNotSupportedException
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(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 |
---|
|
Constructor Detail |
public EncryptionNotSupportedException()
public EncryptionNotSupportedException(java.lang.String s)
s
- the exception details message to attach to this exception.
|
jSyncManager | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |