|
Sun Adapter for Siebel EAI 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.appconn.common.ApplicationException
com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
public class SiebelEAIApplicationException
Exception class for Siebel EAI application.
| Constructor Summary | |
|---|---|
SiebelEAIApplicationException()
Creates a new instance of SiebelEAIApplicationException
without detail message. |
|
SiebelEAIApplicationException(java.lang.String msg)
Constructs an instance of SiebelEAIApplicationException
with the specified detail message. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
|
java.lang.String |
getMessage()
|
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists (serializes) this structure. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restore (deserialize) this message. |
void |
setLocalizedMessage(java.lang.String localizedMessage)
|
void |
setMessage(java.lang.String message)
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 SiebelEAIApplicationException()
SiebelEAIApplicationException
without detail message.
public SiebelEAIApplicationException(java.lang.String msg)
SiebelEAIApplicationException
with the specified detail message.
msg - the detail message.| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic void setMessage(java.lang.String message)
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwablepublic void setLocalizedMessage(java.lang.String localizedMessage)
public void persist(com.stc.connector.persistence.bpel.DataOutput dout)
throws java.lang.Exception
persist in interface com.stc.connector.persistence.bpel.PersistableDatadout - The DataOutputStream to which the Java Bean
instance 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.PersistableDatadin - The DataInput from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for Siebel EAI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||