Uses of Class
org.exoplatform.social.core.space.SpaceException.Code
-
Packages that use SpaceException.Code Package Description org.exoplatform.social.core.space -
-
Uses of SpaceException.Code in org.exoplatform.social.core.space
Methods in org.exoplatform.social.core.space that return SpaceException.Code Modifier and Type Method Description SpaceException.CodeSpaceException. getCode()Gets the code.static SpaceException.CodeSpaceException.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static SpaceException.Code[]SpaceException.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.exoplatform.social.core.space with parameters of type SpaceException.Code Constructor Description SpaceException(SpaceException.Code code)Instantiates 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.
-