com.ibm.wbiserver.brules.mgmt.problem

Class ProblemTNSAndNameAlreadyInUse

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProblemTNSAndNameAlreadyInUse
    extends Problem
    implements java.io.Serializable
    Problem class representing the error that the target name space and name specified for the new ruleset or decision table is already in use.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace, java.lang.String name)
      Constructor for the ProblemTNSAndNameAlreadyInUse class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getErrorMessage() 
      java.lang.String getName()
      Get the name that is already in use.
      java.lang.String getTargetNameSpace()
      Get the target name space that is already in use.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProblemTNSAndNameAlreadyInUse

        public ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace,
                                     java.lang.String name)
        Constructor for the ProblemTNSAndNameAlreadyInUse class.
        Parameters:
        targetNameSpace - The target name space specified for the new ruleset or decision table.
        name - The name specified for the new ruleset or decision table.
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name that is already in use.
        Returns:
        The name that is already in use.
      • getTargetNameSpace

        public java.lang.String getTargetNameSpace()
        Get the target name space that is already in use.
        Returns:
        The target name space that is already in use.
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in class Problem
IBM Business Process ManagerTM
Release 8