Class UnmodifiableException

    • Constructor Detail

      • UnmodifiableException

        public UnmodifiableException​(LocalizableMessage errorMsg)
        Constructor. The error code is default to zero.
        Parameters:
        errorMsg - the localizable error message.
      • UnmodifiableException

        public UnmodifiableException​(LocalizableMessage errorMsg,
                                     java.lang.Throwable e)
        Constructor. The error code is default to zero.
        Parameters:
        errorMsg - the localizable error message.
        e - the cause of the current ArgumentUnresolvedException.
      • UnmodifiableException

        public UnmodifiableException​(int code,
                                     java.lang.Object[] params,
                                     java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - the error code.
        params - an array of parameters.
        locale - the Locale used to localize the error message.
      • UnmodifiableException

        public UnmodifiableException​(int code,
                                     java.lang.Object[] params,
                                     java.lang.Throwable e,
                                     java.util.Locale locale)
        Deprecated.
        use other constructor instead
        Constructor.
        Parameters:
        code - the error code.
        params - an array of parameters.
        e - the cause of the current ArgumentUnresolvedException.
        locale - the Locale used to localize the error mesage.
      • UnmodifiableException

        public UnmodifiableException()
        Constructor.
      • UnmodifiableException

        public UnmodifiableException​(java.lang.String errorMsg)
        Constructor.
        Parameters:
        errorMsg - the error message.
      • UnmodifiableException

        public UnmodifiableException​(java.lang.Throwable e)
        Constructor.
        Parameters:
        e - the cause of the current ArgumentUnresolvedException.
      • UnmodifiableException

        public UnmodifiableException​(java.lang.String errorMsg,
                                     java.lang.Throwable e)
        Constructor.
        Parameters:
        errorMsg - the error message.
        e - the cause of the current UnmodifiableException.