org.edg.data.util.attribute
Class NoSuchGuidException

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

public final class NoSuchGuidException
extends FaultableException

Version:
$Id: NoSuchGuidException.java,v 1.2 2004/04/16 14:37:36 jamesc Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
NoSuchGuidException(java.lang.String guid)
          Constructs an NoSuchGuidException 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 getGuid()
           
 
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

NoSuchGuidException

public NoSuchGuidException(java.lang.String guid)
Constructs an NoSuchGuidException with the specified detail message.

Parameters:
guid - the guid
Method Detail

getGuid

public java.lang.String getGuid()

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 final java.lang.String faultCode()