com.filenet.bso.api.collaboration.exceptions
Class EncryptionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.filenet.bso.api.util.BsoChainingException
|
+--com.filenet.bso.api.util.BsoException
|
+--com.filenet.bso.api.collaboration.exceptions.EncryptionException
- All Implemented Interfaces:
- java.io.Serializable
- public class EncryptionException
- extends BsoException
This exception is thrown if a problem occurs when instantiating or using
classes from the Java Cryptography Extension (JCE) to encrypt a credentials token.
That typically happens if the applicable JAR files are not on the classpath,
or if the current classloader's security manager will not allow the applicable
classes to be loaded.
- See Also:
- Serialized Form
Constructor Summary |
EncryptionException()
Constructs an EncryptionException . |
EncryptionException(java.lang.String s)
Constructs an EncryptionException containing the specified
String . |
EncryptionException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a EncryptionException with a given
detail message and the original exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EncryptionException
public EncryptionException(java.lang.String s)
- Constructs an
EncryptionException
containing the specified
String
.
- Parameters:
s
- A String
that contains message text about the exception.
EncryptionException
public EncryptionException()
- Constructs an
EncryptionException
.
EncryptionException
public EncryptionException(java.lang.String msg,
java.lang.Throwable cause)
- Constructs a
EncryptionException
with a given
detail message and the original exception.
- Parameters:
msg
- the detail messagecause
- the original exception. Null
for this
parameter is the same as no original exception.
Copyright ?2002 - 2005 FileNet Corporation. All rights reserved.