Uses of Class
com.saperion.rmi.serverexception.SaRMIFolderException.ErrorCode
-
Packages that use SaRMIFolderException.ErrorCode Package Description com.saperion.rmi.serverexception 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.ErrorCode Modifier and Type Method Description SaRMIFolderException.ErrorCode
SaRMIFolderException. getErrorCode()
static SaRMIFolderException.ErrorCode
SaRMIFolderException.ErrorCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SaRMIFolderException.ErrorCode[]
SaRMIFolderException.ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.rmi.serverexception with parameters of type SaRMIFolderException.ErrorCode Modifier and Type Method Description void
SaRMIFolderException. setErrorCode(SaRMIFolderException.ErrorCode code)
Constructors in com.saperion.rmi.serverexception with parameters of type SaRMIFolderException.ErrorCode Constructor Description SaRMIFolderException(SaRMIFolderException.ErrorCode code, java.lang.Object... parameter)
Constructor.
-