org.globus.ogsa.security.authentication
Class MechanismTypeNotSupportedFault

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended byorg.globus.ogsa.security.authentication.MechanismTypeNotSupportedFault
All Implemented Interfaces:
java.io.Serializable

public class MechanismTypeNotSupportedFault
extends org.apache.axis.AxisFault

See Also:
Serialized Form

Field Summary
 java.lang.String description
           
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
MechanismTypeNotSupportedFault()
           
MechanismTypeNotSupportedFault(java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

description

public java.lang.String description
Constructor Detail

MechanismTypeNotSupportedFault

public MechanismTypeNotSupportedFault()

MechanismTypeNotSupportedFault

public MechanismTypeNotSupportedFault(java.lang.String description)
Method Detail

getDescription

public java.lang.String getDescription()

writeDetails

public void writeDetails(javax.xml.namespace.QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws java.io.IOException
Writes the exception data to the faultDetails

Throws:
java.io.IOException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.