summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cms/servlet/request/RequestNotFoundException.java
Commit message (Collapse)AuthorAgeFilesLines
* Added CMSException.Endi Sukma Dewata2012-03-301-0/+46
The CMSException was added to simplify error handling in REST services. The exception may include an error message and some other attributes. When the server throws a CMSException (or its subclass), the exception will be marshalled into XML and unmarshalled by the client, then thrown again as a new exception which can be caught by the application. Ticket #100