| Exception | Description |
|---|---|
| AlgorithmNotSupportedException |
This exception is thrown when the specified algorithm is not supported by
this JVM.
|
| CorruptSignatureException |
This is thrown when a corrupt signature ar non-signature is provided.
|
| ExpiredLicenseException |
This exception is thrown whenever a license is validated that has expired.
|
| FailedToDecryptException |
This exception is thrown when the data was corrupt and undecryptable or when
the provided decryption password was incorrect.
|
| InappropriateKeyException |
This exception is thrown when the specified key is inappropriate for the
given cipher.
|
| InappropriateKeySpecificationException |
This exception is thrown when an inappropriate key specification is provided
for the key factory.
|
| InvalidLicenseException |
This exception is thrown whenever a license is validated that isn't valid for some reason.
|
| InvalidSignatureException |
This is thrown when a signature is invalid and cannot be verified.
|
| KeyNotFoundException |
This is thrown when the key (file) could not be found.
|
| ObjectDeserializationException |
This class is thrown when an error occurs while reading an object from a
byte array.
|
| ObjectSerializationException |
This class is thrown when an I/O error occurs while writing an object to a
byte array.
|
| ObjectTypeNotExpectedException |
This class class is thrown when an object is deserialized that does not match the type that was expected.
|
| Error | Description |
|---|---|
| InsecureEnvironmentException |
Thrown when a security manager is already installed that allows reflection access but doesn't allow a more secure
security manager to be installed.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.