Uses of Enum Class
com.saperion.rmi.serverexception.SapError
Packages that use SapError
Package
Description
This package contains the classes for the global exceptions.
This package contains the exception classes for RMI client components.
- 
Uses of SapError in com.saperion.exceptionMethods in com.saperion.exception that return SapError
- 
Uses of SapError in com.saperion.rmi.serverexceptionMethods in com.saperion.rmi.serverexception that return SapErrorModifier and TypeMethodDescriptionSaRMISapException.getError()static SapErrorReturns the enum constant of this class with the specified name.static SapError[]SapError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.rmi.serverexception with parameters of type SapErrorModifierConstructorDescriptionSaRMISapException(String message, SapError error) SaRMISapException(String message, SapError error, Throwable cause)