Uses of Enum Class
com.saperion.rmi.serverexception.SaRMIFolderException.ErrorCode
Packages that use SaRMIFolderException.ErrorCode
Package
Description
This package contains the exception classes for RMI client components.
-
Uses of SaRMIFolderException.ErrorCode in com.saperion.rmi.serverexception
Methods in com.saperion.rmi.serverexception that return SaRMIFolderException.ErrorCodeModifier and TypeMethodDescriptionSaRMIFolderException.getErrorCode()
Returns the enum constant of this class with the specified name.static SaRMIFolderException.ErrorCode[]
SaRMIFolderException.ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.rmi.serverexception with parameters of type SaRMIFolderException.ErrorCodeModifier and TypeMethodDescriptionvoid
SaRMIFolderException.setErrorCode
(SaRMIFolderException.ErrorCode code) Constructors in com.saperion.rmi.serverexception with parameters of type SaRMIFolderException.ErrorCodeModifierConstructorDescriptionSaRMIFolderException
(SaRMIFolderException.ErrorCode code, Object... parameter) Constructor.