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