org.apache.axis2.corba.idl.values
Class ExceptionValue

java.lang.Object
  extended by org.apache.axis2.corba.idl.values.AbstractValue
      extended by org.apache.axis2.corba.idl.values.ExceptionValue

public class ExceptionValue
extends AbstractValue


Field Summary
 
Fields inherited from class org.apache.axis2.corba.idl.values.AbstractValue
dataType, memberValues
 
Constructor Summary
ExceptionValue(ExceptionType exceptionType)
           
 
Method Summary
 CorbaInvocationException getException()
           
 void read(org.omg.CORBA_2_3.portable.InputStream inputStream)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.axis2.corba.idl.values.AbstractValue
getMembers, getMemberValues, getTypeCode, read, setMemberValues, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionValue

public ExceptionValue(ExceptionType exceptionType)
Method Detail

read

public void read(org.omg.CORBA_2_3.portable.InputStream inputStream)

getException

public CorbaInvocationException getException()

toString

public java.lang.String toString()
Overrides:
toString in class AbstractValue


Copyright © 2007 Apache Web Services Project. All Rights Reserved.