org.edg.data.util.attribute
Class ValueTooLongException

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

public final class ValueTooLongException
extends FaultableException

Version:
$Id: ValueTooLongException.java,v 1.1 2003/09/06 14:43:27 jamesc Exp $
Author:
Sophie Lemaitre
See Also:
Serialized Form

Constructor Summary
ValueTooLongException(java.lang.String name)
          Constructs an ValueTooLongException 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 getName()
           
 
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

ValueTooLongException

public ValueTooLongException(java.lang.String name)
Constructs an ValueTooLongException with the specified detail message.

Parameters:
name - the name
Method Detail

getName

public java.lang.String getName()

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()