com.ibm.soa.sp.pxnotify
Class InvocationException_DeserProxy

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.soa.sp.pxnotify.InvocationException_DeserProxy
All Implemented Interfaces:
java.io.Serializable

public class InvocationException_DeserProxy
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
InvocationException_DeserProxy()
           
 
Method Summary
 java.lang.Object convert()
           
 java.lang.String getMessageID()
           
 java.lang.String getText()
           
 java.lang.String[] getVariables()
           
 java.lang.String getVariables(int i)
           
 void setMessageID(java.lang.String messageID)
           
 void setText(java.lang.String text)
           
 void setVariables(int i, java.lang.String value)
           
 void setVariables(java.lang.String[] variables)
           
 
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

InvocationException_DeserProxy

public InvocationException_DeserProxy()
Method Detail

getMessageID

public java.lang.String getMessageID()

setMessageID

public void setMessageID(java.lang.String messageID)

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)

getVariables

public java.lang.String[] getVariables()

setVariables

public void setVariables(java.lang.String[] variables)

getVariables

public java.lang.String getVariables(int i)

setVariables

public void setVariables(int i,
                         java.lang.String value)

convert

public java.lang.Object convert()


Copyright © 2003 IBM Corp. All Rights Reserved.