Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-90

ApplicationRuntime Exception loses root cause...

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Resolution: Fixed
    • 3.0
    • None
    • Framework
    • None
    • Operating System: Other
      Platform: Other
    • 24008

    Description

      The constructor:
      public ApplicationRuntimeException(
      String message,
      Object component,
      ILocation location,
      Throwable rootCause)
      {
      super(message);
      ...

      Should be:
      {
      super(message,rootCause);
      ...

      Other constructors for this class that don't call this constructor maintain
      rootCause correctly... Minor, but trying to track down a deployment issue can be
      impossible without the rootCause...

      Thanks!

      Attachments

        Activity

          People

            Unassigned Unassigned
            cjustus@alceatech.com Chris Justus
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: