com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTNSAndNameAlreadyInUse
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemTNSAndNameAlreadyInUse
All implemented interfaces:
java.io.Serializable
- public class ProblemTNSAndNameAlreadyInUse
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemTNSAndNameAlreadyInUse(java.lang.String targetNameSpace,java.lang.String name)
Constructor for the ProblemTNSAndNameAlreadyInUse class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
|
getName()
Get the name that is already in use.
|
|
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:
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