Uses of Enum Class
org.serviceconnector.scmp.SCMPError
Packages that use SCMPError
Package
Description
-
Uses of SCMPError in org.serviceconnector.cmd
Constructors in org.serviceconnector.cmd with parameters of type SCMPErrorModifierConstructorDescriptionSCMPCommandException(SCMPError error, String additionalInfo) Instantiates a new SCMP command exception.SCMPValidatorException(SCMPError error, String additionalInfo) Instantiates a new sCMP validator exception. -
Uses of SCMPError in org.serviceconnector.net
Constructors in org.serviceconnector.net with parameters of type SCMPErrorModifierConstructorDescriptionSCMPCommunicationException(SCMPError error, String additionalInfo) Instantiates a new SCMPCommunicationException. -
Uses of SCMPError in org.serviceconnector.net.res.netty
Constructors in org.serviceconnector.net.res.netty with parameters of type SCMPErrorModifierConstructorDescriptionSCMPFrameDecoderException(SCMPError errorCode) Instantiates a new SCMPFrameDecoderException. -
Uses of SCMPError in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp that return SCMPErrorModifier and TypeMethodDescriptionstatic SCMPErrorSCMPError.getSCMPErrorByCode(String errorCode) Gets the SCMP error by code.Get theEnumconstant by looking up the code in the reverse enum mapstatic SCMPErrorReturns the enum constant of this class with the specified name.static SCMPError[]SCMPError.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.serviceconnector.scmp with parameters of type SCMPErrorModifier and TypeMethodDescriptionvoidSets the error code and text based on scmp error.voidSets the error.Constructors in org.serviceconnector.scmp with parameters of type SCMPErrorModifierConstructorDescriptionInstantiates a new checks for fault response exception.HasFaultResponseException(SCMPError error, String additionalInfo) Instantiates a new checks for fault response exception.SCMPMessageFault(SCMPVersion scmpVersion, Exception exception, SCMPError error) Instantiates a new SCMP fault.SCMPMessageFault(SCMPVersion scmpVersion, SCMPError error, String additionalInfo) Instantiates a new SCMP fault message. -
Uses of SCMPError in org.serviceconnector.service
Constructors in org.serviceconnector.service with parameters of type SCMPErrorModifierConstructorDescriptionNoFreeServerException(SCMPError error, String additionalInfo) Instantiates a new no free server exception. -
Uses of SCMPError in org.serviceconnector.util
Methods in org.serviceconnector.util with parameters of type SCMPErrorModifier and TypeMethodDescriptionstatic voidValidatorUtility.validateCachingMethod(String cachingMethod, SCMPError error) Validate caching method.static voidValidatorUtility.validateDateTime(String dateTimeString, SCMPError error) Validate date time.static voidValidatorUtility.validateDateTime(Date dateTime, SCMPError error) Validate date time.static voidValidatorUtility.validateInt(int lowerLimitInc, int intValue, int upperLimitInc, SCMPError error) Validate integer.static voidValidatorUtility.validateInt(int lowerLimitInc, int intValue, SCMPError error) Validate integer.static voidValidatorUtility.validateInt(int lowerLimitInc, String intStringValue, int upperLimitInc, SCMPError error) Validate integer.static voidValidatorUtility.validateInt(int lowerLimitInc, String intStringValue, SCMPError error) Validate integer.static voidValidatorUtility.validateLong(long lowerLimitInc, long longValue, long upperLimitInc, SCMPError error) Validate long.static voidValidatorUtility.validateLong(long lowerLimitInc, long longValue, SCMPError error) Validate long.static voidValidatorUtility.validateLong(long lowerLimitInc, String longStringValue, long upperLimitInc, SCMPError error) Validate long.static voidValidatorUtility.validateLong(long lowerLimitInc, String longStringValue, SCMPError error) Validate long.static voidValidatorUtility.validateMask(String mask, SCMPError error) Validate subscription mask.static voidValidatorUtility.validateStringLength(int minSizeInc, String stringValue, int maxSizeInc, SCMPError error) Validate string length.static voidValidatorUtility.validateStringLengthIgnoreNull(int minSizeInc, String stringValue, int maxSizeInc, SCMPError error) Validate string length.static voidValidatorUtility.validateStringLengthTrim(int minSizeInc, String stringValue, int maxSizeInc, SCMPError error) Validate string.