Uses of Package
org.silverpeas.token.exception

Packages that use org.silverpeas.token.exception
com.silverpeas.web.mock   
org.silverpeas.token.exception Provides exceptions the Token API can throw when an error is encountered. 
org.silverpeas.token.persistent Provides a type of tokens that are persisted in a data source and that are mapped with a resource managed in Silverpeas. 
org.silverpeas.token.persistent.service Provides a service around the persistent tokens to easily generate and get them. 
org.silverpeas.web.token   
 

Classes in org.silverpeas.token.exception used by com.silverpeas.web.mock
TokenException
          The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
 

Classes in org.silverpeas.token.exception used by org.silverpeas.token.exception
TokenException
          The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
TokenRuntimeException
          The exception for all abnormal errors occuring with the Token API and for which the client doesn't need to perform a dedicated action.
 

Classes in org.silverpeas.token.exception used by org.silverpeas.token.persistent
TokenException
          The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
TokenValidationException
          An exception that is thrown when a token validation fails.
 

Classes in org.silverpeas.token.exception used by org.silverpeas.token.persistent.service
TokenException
          The exception for all normal errors occuring with the Token API and for which the client requires to perform a dedicated action.
 

Classes in org.silverpeas.token.exception used by org.silverpeas.web.token
TokenValidationException
          An exception that is thrown when a token validation fails.
 



Copyright © 2016 Silverpeas. All Rights Reserved.