IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTNSAndNameAlreadyInUse

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by com.ibm.wbiserver.brules.mgmt.problem.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
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace, java.lang.String name)
          Constructor for the ProblemTNSAndNameAlreadyInUse class.
 
Method Summary
 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 com.ibm.wbiserver.brules.mgmt.problem.Problem
getErrorType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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 WebSphere Application ServerTM
Release 8