FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class CannotDetokenizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.wcm.api.CannotDetokenizeException
All Implemented Interfaces:
java.io.Serializable

public class CannotDetokenizeException
extends BaseRuntimeException

This exception is thrown from Session.fromToken if the parameter supplied to the method cannot be parsed into keyword=value pairs for the returned HashMap. This can happen, for example, if the supplied parameter is corrupted or if it is encrypted and the appropriate decryption key is not available.

See Also:
Serialized Form

Constructor Summary
CannotDetokenizeException()
          Constructs a CannotDetokenizeException.
CannotDetokenizeException(java.lang.String s)
          Constructs a CannotDetokenizeException containing the specified String.
 
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

CannotDetokenizeException

public CannotDetokenizeException()
Constructs a CannotDetokenizeException.


CannotDetokenizeException

public CannotDetokenizeException(java.lang.String s)
Constructs a CannotDetokenizeException containing the specified String.

Parameters:
s - A String that contains message text about the exception.

FileNet Content Services
Java Connector v3.0