com.ibm.websphere.wim.exception

Class RemoveEntityException

  • All Implemented Interfaces:
    java.io.Serializable


    public class RemoveEntityException
    extends WIMApplicationException
    Member Manager application exception to indicate that there was a problem with the removal of the specified member.
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoveEntityException

        public RemoveEntityException()
        Creates the Missing Operation Remove Member Exception
      • RemoveEntityException

        public RemoveEntityException(java.lang.String message)
        Creates the Missing Operation Remove Member Exception
        Parameters:
        message - The message or message key of the exception.
      • RemoveEntityException

        public RemoveEntityException(java.lang.String message,
                             java.util.logging.Level severity,
                             java.lang.String className,
                             java.lang.String methodName)
        Creates the Missing Operation Remove Member 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.
      • RemoveEntityException

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

        public RemoveEntityException(java.lang.String messageKey,
                             java.lang.Object[] params,
                             java.util.logging.Level severity,
                             java.lang.String className,
                             java.lang.String methodName,
                             java.lang.Throwable cause)
        Creates the Missing Operation Remove Member Exception
        Parameters:
        message - The message or message key of the exception.
        params - The parameters used for the 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.
      • RemoveEntityException

        public RemoveEntityException(java.lang.String message,
                             java.lang.String className,
                             java.lang.String methodName)
        Creates the Missing Operation Remove Member 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.
      • RemoveEntityException

        public RemoveEntityException(java.lang.String message,
                             java.lang.String className,
                             java.lang.String methodName,
                             java.lang.Throwable cause)
        Creates the Missing Operation Remove Member 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.
      • RemoveEntityException

        public RemoveEntityException(java.lang.String message,
                             java.lang.Throwable cause)
        Creates the Missing Operation Remove Member Exception
        Parameters:
        message - The message or message key of the exception.
        cause - The cause of the exception.
      • RemoveEntityException

        public RemoveEntityException(java.lang.Throwable cause)
        Creates the Missing Operation Remove Member Exception
        Parameters:
        cause - The cause of the exception.