Package com.saperion.rmi.serverexception
Class SaRMIPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.saperion.rmi.serverexception.SaRMIBaseException
com.saperion.rmi.serverexception.SaRMIPropertyException
- All Implemented Interfaces:
- Serializable
Property exceptions are raised when the following situations occur:
 setting document property failed,
   column/property name does not exist,
   invalid database definition name specified,
   inappropriate index element count specified for field type,
   binary data section (lob) is empty,
  unsupported property type specified. 
- Author:
- lav
- See Also:
- 
Field SummaryFields inherited from class java.rmi.RemoteExceptiondetail
- 
Constructor SummaryConstructorsConstructorDescriptionconstructsSaRMIPropertyException.constructsSaRMIPropertyExceptionwith the error message.SaRMIPropertyException(String s, Throwable cause) constructsSaRMIPropertyExceptionwith the error message and nested exception.
- 
Method SummaryMethods inherited from class com.saperion.rmi.serverexception.SaRMIBaseExceptiongetStackTraceStringMethods inherited from class java.rmi.RemoteExceptiongetCause, getMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SaRMIPropertyExceptionpublic SaRMIPropertyException()constructsSaRMIPropertyException.
- 
SaRMIPropertyExceptionconstructsSaRMIPropertyExceptionwith the error message.- Parameters:
- s- error message
 
- 
SaRMIPropertyExceptionconstructsSaRMIPropertyExceptionwith the error message and nested exception.- Parameters:
- s- error message
- cause- nested exception
 
 
-