|
Sun Adapter for File 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.fileadapter.webservice.FileWSException
public class FileWSException
This class is the FileWSException.
Constructor Summary | |
---|---|
FileWSException()
Creates a new instance of FileWSException |
|
FileWSException(java.lang.String message)
|
Method Summary | |
---|---|
java.lang.String |
getMessage()
Gets the message. |
boolean |
hasMessage()
Checks whether the message 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 |
setMessage(java.lang.String newmessage)
Sets the message. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileWSException()
public FileWSException(java.lang.String message)
Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public void setMessage(java.lang.String newmessage)
newmessage
- The new message.public boolean hasMessage()
public void persist(com.stc.connector.persistence.bpel.DataOutput dout) throws java.lang.Exception
persist
in interface com.stc.connector.persistence.bpel.PersistableData
dout
- 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.PersistableData
din
- The DataInput from which the Java Bean
message is restored.
java.lang.Exception
- upon error.
|
Sun Adapter for File API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |