com.ibm.websphere.wim.exception

Class MultipleEntriesFoundException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MultipleEntriesFoundException
    extends WIMApplicationException
    vmm application exception to indicate to the caller that the multiple entries are found when only one entry is expected.
    See Also:
    Serialized Form
    • Constructor Detail

      • MultipleEntriesFoundException

        public MultipleEntriesFoundException()
        Creates the Multiple Entries Found Exception
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message,
                                     java.util.logging.Level severity,
                                     java.lang.String className,
                                     java.lang.String methodName)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
        severity - The exception serverity
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String messageKey,
                                     java.lang.Object[] params,
                                     java.lang.String className,
                                     java.lang.String methodName)
        Parameters:
        messageKey -
        params -
        className -
        methodName -
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message,
                                     java.util.logging.Level severity,
                                     java.lang.String className,
                                     java.lang.String methodName,
                                     java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
        severity - The exception serverity
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
        cause - The cause of the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message,
                                     java.lang.String className,
                                     java.lang.String methodName)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
        className - The name of the class throwing the exception.
        methodName - The name of the method throwing the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message,
                                     java.lang.String className,
                                     java.lang.String methodName,
                                     java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or 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.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • MultipleEntriesFoundException

        public MultipleEntriesFoundException(java.lang.Throwable cause)
        Creates the Multiple Entries Found Exception
        Parameters:
        cause - The cause of the exception.