|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.stc.connector.msmqadapter.webservice.MSMQWSException
public class MSMQWSException
This class is the MSMQWSException.
| Constructor Summary | |
|---|---|
MSMQWSException()
Creates a new instance of MSMQWSException |
|
MSMQWSException(java.lang.String message)
Creates a new instanceof MSMQWSException |
|
| Method Summary | |
|---|---|
java.lang.String |
getErrMsg()
Gets the errMsg. |
boolean |
hasErrMsg()
Checks whether the errMsg properety has been set. |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restores this message. |
void |
setErrMsg(java.lang.String newerrMsg)
Sets the errMsg. |
| 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 |
|---|
public MSMQWSException()
public MSMQWSException(java.lang.String message)
| Method Detail |
|---|
public java.lang.String getErrMsg()
public void setErrMsg(java.lang.String newerrMsg)
newerrMsg - The new errMsg.public boolean hasErrMsg()
public void persist(com.stc.connector.persistence.bpel.DataOutput dout)
throws java.lang.Exception
persist in interface com.stc.connector.persistence.bpel.PersistableDatadout - The DataOutput to which the Java Bean
message is persisted.
java.lang.Exception - upon error.
public void restore(com.stc.connector.persistence.bpel.DataInput din)
throws java.lang.Exception
restore in interface com.stc.connector.persistence.bpel.PersistableDatadis - The DataInput from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for MSMQ API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||