Uses of Enum Class
com.saperion.ngc.exception.FolderMoveException.FolderMoveExceptionCause
Packages that use FolderMoveException.FolderMoveExceptionCause
-
Uses of FolderMoveException.FolderMoveExceptionCause in com.saperion.ngc.exception
Methods in com.saperion.ngc.exception that return FolderMoveException.FolderMoveExceptionCauseModifier and TypeMethodDescriptionFolderMoveException.getExceptionCause()
Returns the enum constant of this class with the specified name.FolderMoveException.FolderMoveExceptionCause.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.saperion.ngc.exception with parameters of type FolderMoveException.FolderMoveExceptionCauseModifierConstructorDescriptionFolderMoveException
(String message, FolderMoveException.FolderMoveExceptionCause cause) Constructor.