Uses of Enum Class
org.emau.icmvc.ganimed.ttp.psn.enums.InsertPairError
Packages that use InsertPairError
Package
Description
-
Uses of InsertPairError in org.emau.icmvc.ganimed.ttp.psn.dto
Methods in org.emau.icmvc.ganimed.ttp.psn.dto that return InsertPairErrorMethods in org.emau.icmvc.ganimed.ttp.psn.dto with parameters of type InsertPairErrorModifier and TypeMethodDescriptionvoidInsertPairExceptionDTO.setErrorType(InsertPairError errorType) Constructors in org.emau.icmvc.ganimed.ttp.psn.dto with parameters of type InsertPairErrorModifierConstructorDescriptionInsertPairExceptionDTO(String message, String value, String pseudonym, InsertPairError errorType) -
Uses of InsertPairError in org.emau.icmvc.ganimed.ttp.psn.enums
Methods in org.emau.icmvc.ganimed.ttp.psn.enums that return InsertPairErrorModifier and TypeMethodDescriptionstatic InsertPairErrorReturns the enum constant of this class with the specified name.static InsertPairError[]InsertPairError.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InsertPairError in org.emau.icmvc.ganimed.ttp.psn.exceptions
Methods in org.emau.icmvc.ganimed.ttp.psn.exceptions that return InsertPairErrorConstructors in org.emau.icmvc.ganimed.ttp.psn.exceptions with parameters of type InsertPairErrorModifierConstructorDescriptionInsertPairException(String message, String value, String pseudonym, InsertPairError reason) InsertPairException(String value, String pseudonym, InsertPairError reason) InsertPairException(String message, Throwable cause, String value, String pseudonym, InsertPairError reason) InsertPairException(Throwable cause, String value, String pseudonym, InsertPairError reason)