com.ptc.windchill.uwgm.proesrv
Class ProeServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.windchill.uwgm.proesrv.ProeServiceException
All Implemented Interfaces:
Serializable

public class ProeServiceException
extends Exception

General ProeServices Exception to carry UwgmMessages

See Also:
Serialized Form

Field Summary
protected  List uwgmMessageList
          Deprecated. internal collection of UwgmMessage.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ProeServiceException(List uwgmMessages)
          Deprecated.  
ProeServiceException(Throwable throwable)
          Deprecated.  
ProeServiceException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
          Deprecated.  
ProeServiceException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage, Throwable throwable)
          Deprecated.  
 
Method Summary
 void addUwgmMessage(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
          Deprecated.  
 com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage[] getUwgmMessages()
          Deprecated. returns accociated UwgmMessages
 
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
 

Field Detail

uwgmMessageList

protected List uwgmMessageList
Deprecated. 
internal collection of UwgmMessage. List ot preserve the order

Constructor Detail

ProeServiceException

public ProeServiceException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
Deprecated. 

ProeServiceException

public ProeServiceException(List uwgmMessages)
Deprecated. 

ProeServiceException

public ProeServiceException(Throwable throwable)
Deprecated. 

ProeServiceException

public ProeServiceException(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage,
                            Throwable throwable)
Deprecated. 
Method Detail

addUwgmMessage

public void addUwgmMessage(com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage uwgmMessage)
Deprecated. 

getUwgmMessages

public com.ptc.windchill.uwgm.soap.uwgm.UwgmMessage[] getUwgmMessages()
Deprecated. 
returns accociated UwgmMessages