Class ErrorMessages


  • public class ErrorMessages
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALC_FMP_001_001
      Exception occurred during server side processing.
      static java.lang.String ALC_FMP_001_002
      Error in writing server response.
      static java.lang.String ALC_FMP_001_003
      Error in json creation.
      static java.lang.String ALC_FMP_001_004
      Error in getting response from remote server.
      static java.lang.String ALC_FMP_001_005
      Error in establishing connection to remote server.
      static java.lang.String ALC_FMP_001_006
      Url Encoding not supported.
      static java.lang.String ALC_FMP_001_007
      AllowedRenderFormat property not set on a form.
      static java.lang.String ALC_FMP_001_008
      Download action not allowed for Guides.
      static java.lang.String ALC_FMP_001_009
      Unsupported Adaptive Form Error
      static java.lang.String ALC_FMP_001_010
      Please provide valid parameters for saving the draft
      static java.lang.String ALC_FMP_001_011
      Unable to delete the non-existing Draft
      static java.lang.String ALC_FMP_001_012
      Unable to save the draft
      static java.lang.String ALC_FMP_001_013
      Unable to delete the non-existing Submission
      static java.lang.String ALC_FMP_001_014
      Please provide valid parameters for submitting the Adaptive Form
      static java.lang.String ALC_FMP_001_015
      Unable to delete.
      static java.lang.String ALC_FMP_001_016
      Invalid ID provided
      static java.lang.String ALC_FMP_001_017
      Invalid Session
      static java.lang.String ALC_FMP_001_018
      Unable to delete the draft
      static java.lang.String ALC_FMP_001_019
      Unable to delete Submission
      static java.lang.String ALC_FMP_001_020
      Unable to delete.
      static java.lang.String ALC_FMP_001_021
      Unable to get the data
      static java.lang.String ALC_FMP_001_022
      Anonymous user can not save drafts.
      static java.lang.String ALC_FMP_001_023
      Unable to delete attachment
      static java.lang.String ALC_FMP_001_024
      Form does not exist
      static java.lang.String ALC_FMP_001_025
      Profile property does not exist metadata node of form
      static java.lang.String ALC_FMP_001_026
      Unable to determine user name for asynchronous save
      static java.lang.String ALC_FMP_001_027
      DOR not associated with and hence, cannot create Agreement
      static java.lang.String ALC_FMP_001_028
      Dor id absent in metadata of pending Sign form
      static java.lang.String ALC_FMP_001_029
      Unable to delete metadata
      static java.lang.String ALC_FMP_001_030
      Unable to add comment
      static java.lang.String ALC_FMP_001_031
      Error in deleting pending sign instance
      static java.lang.String ALC_FMP_001_032
      Unable to delete metadata property
      static java.lang.String ALC_FMP_001_033
      Unable to get comments on submission
      static java.lang.String ALC_FMP_001_034
      Unable to get list of drafts.
      static java.lang.String ALC_FMP_001_035
      Unable to list all eligible forms
      static java.lang.String ALC_FMP_001_036
      Error occured while getting item information for rendering
      static java.lang.String ALC_FMP_001_037
      Unable to get property in draft
      static java.lang.String ALC_FMP_001_038
      Unable to get property in submission
      static java.lang.String ALC_FMP_001_039
      Unable to get instances
      static java.lang.String ALC_FMP_001_040
      Error in generation of unique id
      static java.lang.String ALC_FMP_001_041
      Unable to read instance
      static java.lang.String ALC_FMP_001_042
      Draft id is null or empty
      static java.lang.String ALC_FMP_001_043
      Submit Id must be specified for updating e sign properties.
      static java.lang.String ALC_FMP_001_044
      Unable to obtain resource resolver
      static java.lang.String ALC_FMP_001_045
      Unable to save sign metadata
      static java.lang.String ALC_FMP_001_046
      Unable to create agreement
      static java.lang.String ALC_FMP_001_047
      Unable to post data at url
      static java.lang.String ALC_FMP_001_048
      Invalid Inputs
      static java.lang.String ALC_FMP_001_049
      Unknown data type for form data
      static java.lang.String ALC_FMP_001_050
      Content type should not be null or empty
      static java.lang.String ALC_FMP_001_051
      Unable to delete item
      static java.lang.String ALC_FMP_001_052
      Unable to delete value of property
      static java.lang.String ALC_FMP_001_053
      Either form add-on package is not installed or signing is not configured.
      static java.lang.String ALC_FMP_001_054
      Agreement Id is null.
      static java.lang.String ALC_FMP_001_055
      Invalid Instance Id
      static java.lang.String ALC_FMP_002_001
      Failed to get request parameters from remote server.
      static java.lang.String ALC_FMP_WARN_001
      DorBytes are null during saving of Dor, even not able to generate them.
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorMessages()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ALC_FMP_001_001

        public static final java.lang.String ALC_FMP_001_001
        Exception occurred during server side processing.
        See Also:
        Constant Field Values
      • ALC_FMP_001_002

        public static final java.lang.String ALC_FMP_001_002
        Error in writing server response.
        See Also:
        Constant Field Values
      • ALC_FMP_001_003

        public static final java.lang.String ALC_FMP_001_003
        Error in json creation.
        See Also:
        Constant Field Values
      • ALC_FMP_001_004

        public static final java.lang.String ALC_FMP_001_004
        Error in getting response from remote server.
        See Also:
        Constant Field Values
      • ALC_FMP_001_005

        public static final java.lang.String ALC_FMP_001_005
        Error in establishing connection to remote server.
        See Also:
        Constant Field Values
      • ALC_FMP_001_006

        public static final java.lang.String ALC_FMP_001_006
        Url Encoding not supported.
        See Also:
        Constant Field Values
      • ALC_FMP_001_007

        public static final java.lang.String ALC_FMP_001_007
        AllowedRenderFormat property not set on a form.
        See Also:
        Constant Field Values
      • ALC_FMP_001_008

        public static final java.lang.String ALC_FMP_001_008
        Download action not allowed for Guides.
        See Also:
        Constant Field Values
      • ALC_FMP_001_009

        public static final java.lang.String ALC_FMP_001_009
        Unsupported Adaptive Form Error
        See Also:
        Constant Field Values
      • ALC_FMP_001_010

        public static final java.lang.String ALC_FMP_001_010
        Please provide valid parameters for saving the draft
        See Also:
        Constant Field Values
      • ALC_FMP_001_011

        public static final java.lang.String ALC_FMP_001_011
        Unable to delete the non-existing Draft
        See Also:
        Constant Field Values
      • ALC_FMP_001_012

        public static final java.lang.String ALC_FMP_001_012
        Unable to save the draft
        See Also:
        Constant Field Values
      • ALC_FMP_001_013

        public static final java.lang.String ALC_FMP_001_013
        Unable to delete the non-existing Submission
        See Also:
        Constant Field Values
      • ALC_FMP_001_014

        public static final java.lang.String ALC_FMP_001_014
        Please provide valid parameters for submitting the Adaptive Form
        See Also:
        Constant Field Values
      • ALC_FMP_001_015

        public static final java.lang.String ALC_FMP_001_015
        Unable to delete. Inconsistent Draft.
        See Also:
        Constant Field Values
      • ALC_FMP_001_016

        public static final java.lang.String ALC_FMP_001_016
        Invalid ID provided
        See Also:
        Constant Field Values
      • ALC_FMP_001_017

        public static final java.lang.String ALC_FMP_001_017
        Invalid Session
        See Also:
        Constant Field Values
      • ALC_FMP_001_018

        public static final java.lang.String ALC_FMP_001_018
        Unable to delete the draft
        See Also:
        Constant Field Values
      • ALC_FMP_001_019

        public static final java.lang.String ALC_FMP_001_019
        Unable to delete Submission
        See Also:
        Constant Field Values
      • ALC_FMP_001_020

        public static final java.lang.String ALC_FMP_001_020
        Unable to delete. Inconsistent Submission
        See Also:
        Constant Field Values
      • ALC_FMP_001_021

        public static final java.lang.String ALC_FMP_001_021
        Unable to get the data
        See Also:
        Constant Field Values
      • ALC_FMP_001_022

        public static final java.lang.String ALC_FMP_001_022
        Anonymous user can not save drafts.
        See Also:
        Constant Field Values
      • ALC_FMP_001_023

        public static final java.lang.String ALC_FMP_001_023
        Unable to delete attachment
        See Also:
        Constant Field Values
      • ALC_FMP_001_024

        public static final java.lang.String ALC_FMP_001_024
        Form does not exist
        See Also:
        Constant Field Values
      • ALC_FMP_001_025

        public static final java.lang.String ALC_FMP_001_025
        Profile property does not exist metadata node of form
        See Also:
        Constant Field Values
      • ALC_FMP_001_026

        public static final java.lang.String ALC_FMP_001_026
        Unable to determine user name for asynchronous save
        See Also:
        Constant Field Values
      • ALC_FMP_001_027

        public static final java.lang.String ALC_FMP_001_027
        DOR not associated with and hence, cannot create Agreement
        See Also:
        Constant Field Values
      • ALC_FMP_001_028

        public static final java.lang.String ALC_FMP_001_028
        Dor id absent in metadata of pending Sign form
        See Also:
        Constant Field Values
      • ALC_FMP_001_029

        public static final java.lang.String ALC_FMP_001_029
        Unable to delete metadata
        See Also:
        Constant Field Values
      • ALC_FMP_001_030

        public static final java.lang.String ALC_FMP_001_030
        Unable to add comment
        See Also:
        Constant Field Values
      • ALC_FMP_001_031

        public static final java.lang.String ALC_FMP_001_031
        Error in deleting pending sign instance
        See Also:
        Constant Field Values
      • ALC_FMP_001_032

        public static final java.lang.String ALC_FMP_001_032
        Unable to delete metadata property
        See Also:
        Constant Field Values
      • ALC_FMP_001_033

        public static final java.lang.String ALC_FMP_001_033
        Unable to get comments on submission
        See Also:
        Constant Field Values
      • ALC_FMP_001_034

        public static final java.lang.String ALC_FMP_001_034
        Unable to get list of drafts.
        See Also:
        Constant Field Values
      • ALC_FMP_001_035

        public static final java.lang.String ALC_FMP_001_035
        Unable to list all eligible forms
        See Also:
        Constant Field Values
      • ALC_FMP_001_036

        public static final java.lang.String ALC_FMP_001_036
        Error occured while getting item information for rendering
        See Also:
        Constant Field Values
      • ALC_FMP_001_037

        public static final java.lang.String ALC_FMP_001_037
        Unable to get property in draft
        See Also:
        Constant Field Values
      • ALC_FMP_001_038

        public static final java.lang.String ALC_FMP_001_038
        Unable to get property in submission
        See Also:
        Constant Field Values
      • ALC_FMP_001_039

        public static final java.lang.String ALC_FMP_001_039
        Unable to get instances
        See Also:
        Constant Field Values
      • ALC_FMP_001_040

        public static final java.lang.String ALC_FMP_001_040
        Error in generation of unique id
        See Also:
        Constant Field Values
      • ALC_FMP_001_041

        public static final java.lang.String ALC_FMP_001_041
        Unable to read instance
        See Also:
        Constant Field Values
      • ALC_FMP_001_042

        public static final java.lang.String ALC_FMP_001_042
        Draft id is null or empty
        See Also:
        Constant Field Values
      • ALC_FMP_001_043

        public static final java.lang.String ALC_FMP_001_043
        Submit Id must be specified for updating e sign properties.
        See Also:
        Constant Field Values
      • ALC_FMP_001_044

        public static final java.lang.String ALC_FMP_001_044
        Unable to obtain resource resolver
        See Also:
        Constant Field Values
      • ALC_FMP_001_045

        public static final java.lang.String ALC_FMP_001_045
        Unable to save sign metadata
        See Also:
        Constant Field Values
      • ALC_FMP_001_046

        public static final java.lang.String ALC_FMP_001_046
        Unable to create agreement
        See Also:
        Constant Field Values
      • ALC_FMP_001_047

        public static final java.lang.String ALC_FMP_001_047
        Unable to post data at url
        See Also:
        Constant Field Values
      • ALC_FMP_001_048

        public static final java.lang.String ALC_FMP_001_048
        Invalid Inputs
        See Also:
        Constant Field Values
      • ALC_FMP_001_049

        public static final java.lang.String ALC_FMP_001_049
        Unknown data type for form data
        See Also:
        Constant Field Values
      • ALC_FMP_001_050

        public static final java.lang.String ALC_FMP_001_050
        Content type should not be null or empty
        See Also:
        Constant Field Values
      • ALC_FMP_001_051

        public static final java.lang.String ALC_FMP_001_051
        Unable to delete item
        See Also:
        Constant Field Values
      • ALC_FMP_001_052

        public static final java.lang.String ALC_FMP_001_052
        Unable to delete value of property
        See Also:
        Constant Field Values
      • ALC_FMP_001_053

        public static final java.lang.String ALC_FMP_001_053
        Either form add-on package is not installed or signing is not configured.
        See Also:
        Constant Field Values
      • ALC_FMP_001_054

        public static final java.lang.String ALC_FMP_001_054
        Agreement Id is null. Hence, cannot save pending sign instance.
        See Also:
        Constant Field Values
      • ALC_FMP_001_055

        public static final java.lang.String ALC_FMP_001_055
        Invalid Instance Id
        See Also:
        Constant Field Values
      • ALC_FMP_002_001

        public static final java.lang.String ALC_FMP_002_001
        Failed to get request parameters from remote server.
        See Also:
        Constant Field Values
      • ALC_FMP_WARN_001

        public static final java.lang.String ALC_FMP_WARN_001
        DorBytes are null during saving of Dor, even not able to generate them.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ErrorMessages

        public ErrorMessages()