com.ibm.websphere.wim.exception

Class PropertyAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable


    public class PropertyAlreadyExistsException
    extends WIMApplicationException
    A Member Manager application exception which indicates that the attribute the client is trying to create already exists.
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException()
        Creates the AttributeAlreadyExists exception.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message)
        Creates the AttributeAlreadyExists exception.
        Parameters:
        message - The message or message key of the exception.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message,
                                      java.util.logging.Level severity,
                                      java.lang.String className,
                                      java.lang.String methodName)
        Creates the AttributeAlreadyExists 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.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message,
                                      java.util.logging.Level severity,
                                      java.lang.String className,
                                      java.lang.String methodName,
                                      java.lang.Throwable cause)
        Creates the AttributeAlreadyExists 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.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message,
                                      java.lang.String className,
                                      java.lang.String methodName)
        Creates the AttributeAlreadyExists 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.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message,
                                      java.lang.String className,
                                      java.lang.String methodName,
                                      java.lang.Throwable cause)
        Creates the AttributeAlreadyExists 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.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.String message,
                                      java.lang.Throwable cause)
        Creates the AttributeAlreadyExists exception.
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException(java.lang.Throwable cause)
        Creates the AttributeAlreadyExists exception.
        Parameters:
        cause - The cause of the exception.