com.ibm.wps.portletservice.credentialvault
Class CredentialSecretNotSetException

java.lang.Object
  extended by javax.servlet.ServletException
      extended by org.apache.jetspeed.portlet.PortletException
          extended by com.ibm.wps.portletservice.credentialvault.CredentialSecretNotSetException

Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future release of WebSphere Portal. Use of the Java Portlet API (javax.portlet) is recommended instead.

public class CredentialSecretNotSetException
extends PortletException

The CredentialSecretNotSetException class defines an exception that is thrown by the CredentialVaultService in case that the secret of a requested credential is not set.

Since:
5.1.0.1

Constructor Summary
CredentialSecretNotSetException()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jetspeed.portlet.PortletException
printStackTrace, java.io.PrintStream)">printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialSecretNotSetException

public CredentialSecretNotSetException()
Deprecated.