org.edg.data.util.attribute
Class AttributeDefinitionExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.FaultableException
                    |
                    +--org.edg.data.util.attribute.AttributeDefinitionExistsException
All Implemented Interfaces:
Faultable, java.io.Serializable

public final class AttributeDefinitionExistsException
extends FaultableException

Version:
$Id: AttributeDefinitionExistsException.java,v 1.1 2003/09/06 14:43:26 jamesc Exp $
Author:
Radovan Chytracek
See Also:
Serialized Form

Constructor Summary
AttributeDefinitionExistsException(java.lang.String attrDesc)
          Constructs an AttributeDefinitionExistsException with the specified detail message.
 
Method Summary
 org.apache.axis.AxisFault asFault()
          return this exception as an AXIS Fault
static java.lang.String faultCode()
           
 java.lang.String getAttrDesc()
           
 
Methods inherited from class org.edg.data.util.FaultableException
makeFault
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeDefinitionExistsException

public AttributeDefinitionExistsException(java.lang.String attrDesc)
Constructs an AttributeDefinitionExistsException with the specified detail message.

Parameters:
attrDesc - the attrDesc
Method Detail

getAttrDesc

public java.lang.String getAttrDesc()

asFault

public org.apache.axis.AxisFault asFault()
return this exception as an AXIS Fault

Specified by:
asFault in interface Faultable
Overrides:
asFault in class FaultableException
Returns:
the fault

faultCode

public static java.lang.String faultCode()