Uses of Class
com.saperion.rmi.serverexception.SapError
-
Packages that use SapError Package Description com.saperion.exception This package contains the classes for the global exceptions.com.saperion.rmi.serverexception This package contains the exception classes for RMI client components. -
-
Uses of SapError in com.saperion.exception
Methods in com.saperion.exception that return SapError Modifier and Type Method Description SapError
SaSapUrlException. getError()
-
Uses of SapError in com.saperion.rmi.serverexception
Methods in com.saperion.rmi.serverexception that return SapError Modifier and Type Method Description SapError
SaRMISapException. getError()
static SapError
SapError. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SapError[]
SapError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.saperion.rmi.serverexception with parameters of type SapError Constructor Description SaRMISapException(java.lang.String message, SapError error)
SaRMISapException(java.lang.String message, SapError error, java.lang.Throwable cause)
-