Class InvalidDataSourceException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidDataSourceException
    extends BackingBeanException
    InvalidDataSourceException: throw if entityDataSource is invalid for an entity or entity list backing bean.
    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidDataSourceException

        public InvalidDataSourceException​(java.lang.String message)
        Constructor.
        Parameters:
        message - a localized message. Resource bundle will not be used.
      • InvalidDataSourceException

        public InvalidDataSourceException​(java.lang.Throwable t)
        Constructor: wrapper over a Throwable
        Parameters:
        t - a Throwable
      • InvalidDataSourceException

        public InvalidDataSourceException​(java.lang.String messageId,
                                          java.lang.Object[] params)
        Constructor. The messageId is not localized, resource bundle will be used to translate the message.
        Parameters:
        messageId - message key in resource bundle whose value can contain parameters {n}.
        params - an array of parameter values