Class QTIServiceException

  • All Implemented Interfaces:
    Serializable

    public class QTIServiceException
    extends RuntimeException

    Isolates exceptions in the QTI service layer.

    Copyright: Copyright (c) 2005 Sakai

    Version:
    $Id$
    Author:
    Ed Smiley esmiley@stanford.edu
    See Also:
    Serialized Form
    • Constructor Detail

      • QTIServiceException

        public QTIServiceException()
      • QTIServiceException

        public QTIServiceException​(String message)
      • QTIServiceException

        public QTIServiceException​(String message,
                                   Throwable cause)
      • QTIServiceException

        public QTIServiceException​(Throwable cause)