com.ibm.soa.parlayx21.common
Class PolicyException_DeserProxy

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.soa.parlayx21.common.PolicyException_DeserProxy
All Implemented Interfaces:
java.io.Serializable

public class PolicyException_DeserProxy
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
PolicyException_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

PolicyException_DeserProxy

public PolicyException_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.