Uses of Enum Class
org.exoplatform.social.core.space.SpaceException.Code
Packages that use SpaceException.Code
-
Uses of SpaceException.Code in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceException.CodeModifier and TypeMethodDescriptionSpaceException.getCode()Gets the code.static SpaceException.CodeReturns the enum constant of this class with the specified name.static SpaceException.Code[]SpaceException.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.exoplatform.social.core.space with parameters of type SpaceException.CodeModifierConstructorDescriptionInstantiates a new space exception.SpaceException(SpaceException.Code code, String msg) Instantiates a new space exception.SpaceException(SpaceException.Code code, String msg, Throwable cause) Instantiates a new space exception.SpaceException(SpaceException.Code code, Throwable cause) Instantiates a new space exception.