You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (JIRA)" <ji...@apache.org> on 2019/05/01 14:35:00 UTC

[jira] [Created] (JUNEAU-107) IllegalArgumentException in DefaultHandler.handle()

James Bognar created JUNEAU-107:
-----------------------------------

             Summary: IllegalArgumentException in DefaultHandler.handle()
                 Key: JUNEAU-107
                 URL: https://issues.apache.org/jira/browse/JUNEAU-107
             Project: Juneau
          Issue Type: Bug
          Components: Code
    Affects Versions: 8.0.0
            Reporter: James Bognar


This causes a 500 error since we're expecting a SeeOtherRoot but getting a NotFound.

public SeeOtherRoot deleteInstance(String name) throws Exception {
   throw new NotFound();
}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)