|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.wcm.api.EncryptionException
Not Applicable in CS Java Connector v3.0.
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. If you use symmetric encryption in an Apache Tomcat application server environment, and the JAVA_HOME environment variable is not set to the path of your JDK installation, this exception may also be thrown when signing in to an application.
Constructor Summary | |
EncryptionException()
Not Applicable in CS Java Connector v3.0. |
|
EncryptionException(java.lang.String s)
Not Applicable in CS Java Connector v3.0. |
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException |
getFaultCode, setFaultCode, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EncryptionException(java.lang.String s)
Not Applicable in CS Java Connector v3.0.
Constructs anEncryptionException
containing the specified
String
.
s
- A String
that contains message text about the exception.public EncryptionException()
Not Applicable in CS Java Connector v3.0.
Constructs anEncryptionException
.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |