com.ibm.workflow.portlet.client
Class CredentialVaultException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--org.apache.jetspeed.portlet.PortletException
                          |
                          +--com.ibm.workflow.portlet.client.CredentialVaultException
All Implemented Interfaces:
java.io.Serializable

public class CredentialVaultException
extends org.apache.jetspeed.portlet.PortletException

This exception signals that a error during the retrieval or the setting of a credential occured. As the exception is derived from PortletException, you will able to catch all errors thrown by methods getCredential and saveCredential by checking for PortletException

See Also:
Serialized Form

Constructor Summary
CredentialVaultException(java.lang.String message)
           
 
Methods inherited from class org.apache.jetspeed.portlet.PortletException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CredentialVaultException

public CredentialVaultException(java.lang.String message)


© Copyright IBM Corporation 2002, 2008. All Rights Reserved.