Package com.saperion.rmi.serverexception
Class SaRMIDDCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMIDDCException
- All Implemented Interfaces:
Serializable
DDC related exception raised in the following situations:
//GetDefinitions"DDC files could not be retrieved",
//GetFields "database definition could not be opened",
"database definition invalid, possibly empty DB mappings or invalid data
source".
//GetDefinitions
//GetFields
- Author:
- lav
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail
-
Constructor Summary
ConstructorsConstructorDescriptionconstructsSaRMIDDCException
.constructsSaRMIDDCException
with the specified detailed message.SaRMIDDCException
(String s, Throwable cause) constructsSaRMIDDCException
with the specified message and nested exception. -
Method Summary
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SaRMIDDCException
public SaRMIDDCException()constructsSaRMIDDCException
. -
SaRMIDDCException
constructsSaRMIDDCException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMIDDCException
constructsSaRMIDDCException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-