|
Primavera Integration API Release 8 | |||||||||
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.primavera.PrimaveraException
com.primavera.ServerException
public class ServerException
Base class for all server-side exceptions
Constructor Summary | |
---|---|
ServerException(String strMessage)
Class constructor specifying a detailed message. |
|
ServerException(String strMessage,
Throwable thE)
Class constructor specifying a detailed message and the original thrown exception. |
Method Summary | |
---|---|
Object |
getSource()
Gets the source for this exception, if any. |
void |
setSource(Object obj)
Sets the source for this exception. |
Methods inherited from class com.primavera.PrimaveraException |
---|
getOriginalException, getStackTrace, isSQLExceptionThrown, printStackTrace, printStackTrace, printStackTrace, removeOriginalException |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServerException(String strMessage, Throwable thE)
strMessage
- the detailed message of this exceptionthE
- the originally thrown exceptionpublic ServerException(String strMessage)
strMessage
- the message of this exceptionMethod Detail |
---|
public Object getSource()
public void setSource(Object obj)
obj
- the source object
|
Primavera Integration API Release 8 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |