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:
java.io.Serializable
public class SaRMIDDCException extends SaRMIBaseException
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".
- Author:
- lav
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaRMIDDCException()
constructsSaRMIDDCException
.SaRMIDDCException(java.lang.String s)
constructsSaRMIDDCException
with the specified detailed message.SaRMIDDCException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIDDCException
with the specified message and nested exception.
-
Method Summary
-
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseException
getStackTraceString
-
-
-
-
Constructor Detail
-
SaRMIDDCException
public SaRMIDDCException()
constructsSaRMIDDCException
.
-
SaRMIDDCException
public SaRMIDDCException(java.lang.String s)
constructsSaRMIDDCException
with the specified detailed message.- Parameters:
s
- error message
-
SaRMIDDCException
public SaRMIDDCException(java.lang.String s, java.lang.Throwable cause)
constructsSaRMIDDCException
with the specified message and nested exception.- Parameters:
s
- error messagecause
- nested exception
-
-