com.ibm.commerce.foundation.server.services.dataaccess.exception

Class KeyManagerException

  • All Implemented Interfaces:
    java.io.Serializable


    public class KeyManagerException
    extends DataServiceSystemException
    Insert the type's description here. Creation date: (6/8/00 11:16:58 AM)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName)
      (non-Javadoc)
      KeyManagerException(java.lang.String messageKey, java.lang.Object[] params, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      (non-Javadoc)
      KeyManagerException(java.lang.String messageKey, java.lang.Object param0, java.lang.Object param1, java.lang.String className, java.lang.String methodName)
      Creates the KeyManagerException.
      KeyManagerException(java.lang.String messageKey, java.lang.Object param0, java.lang.Object param1, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the DataServiceSystemException.
      KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName)
      Creates the KeyManagerException.
      KeyManagerException(java.lang.String messageKey, java.lang.Object param, java.lang.String className, java.lang.String methodName, java.lang.Throwable cause)
      Creates the DataServiceSystemException.
    • Constructor Detail

      • KeyManagerException

        public KeyManagerException(java.lang.String messageKey,
                                   java.lang.Object param,
                                   java.lang.String className,
                                   java.lang.String methodName)
        Creates the KeyManagerException.
        Parameters:
        messageKey - The message key of the exception.
        param - The parameter used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • KeyManagerException

        public KeyManagerException(java.lang.String messageKey,
                                   java.lang.Object param0,
                                   java.lang.Object param1,
                                   java.lang.String className,
                                   java.lang.String methodName)
        Creates the KeyManagerException.
        Parameters:
        messageKey - The message key of the exception.
        param0 - The first parameter used for the message key of the exception.
        param1 - The second parameter used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • KeyManagerException

        public KeyManagerException(java.lang.String messageKey,
                                   java.lang.Object param,
                                   java.lang.String className,
                                   java.lang.String methodName,
                                   java.lang.Throwable cause)
        Creates the DataServiceSystemException.
        Parameters:
        messageKey - The message key of the exception.
        param - The parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.
      • KeyManagerException

        public KeyManagerException(java.lang.String messageKey,
                                   java.lang.Object param0,
                                   java.lang.Object param1,
                                   java.lang.String className,
                                   java.lang.String methodName,
                                   java.lang.Throwable cause)
        Creates the DataServiceSystemException.
        Parameters:
        messageKey - The message key of the exception.
        param0 - The first parameters used for the message key of the exception.
        param1 - The second parameters used for the message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.