Class CayenneException

    • Constructor Detail

      • CayenneException

        public CayenneException()
        Deprecated.
        Creates new CayenneException without detail message.
      • CayenneException

        public CayenneException​(String messageFormat,
                                Object... messageArgs)
        Deprecated.
        Constructs an CayenneException with the specified detail message.
        Parameters:
        messageFormat - the detail message format string.
      • CayenneException

        public CayenneException​(Throwable cause)
        Deprecated.
        Constructs an CayenneException that wraps a cause thrown elsewhere.
      • CayenneException

        public CayenneException​(String messageFormat,
                                Throwable cause,
                                Object... messageArgs)
        Deprecated.