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 SummaryConstructors Constructor Description SaRMIDDCException()constructsSaRMIDDCException.SaRMIDDCException(java.lang.String s)constructsSaRMIDDCExceptionwith the specified detailed message.SaRMIDDCException(java.lang.String s, java.lang.Throwable cause)constructsSaRMIDDCExceptionwith the specified message and nested exception.
 - 
Method Summary- 
Methods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceString
 
- 
 
- 
- 
- 
Constructor Detail- 
SaRMIDDCExceptionpublic SaRMIDDCException() constructsSaRMIDDCException.
 - 
SaRMIDDCExceptionpublic SaRMIDDCException(java.lang.String s) constructsSaRMIDDCExceptionwith the specified detailed message.- Parameters:
- s- error message
 
 - 
SaRMIDDCExceptionpublic SaRMIDDCException(java.lang.String s, java.lang.Throwable cause)constructsSaRMIDDCExceptionwith the specified message and nested exception.- Parameters:
- s- error message
- cause- nested exception
 
 
- 
 
-