Class ContextException

  • All Implemented Interfaces:
    Serializable

    public class ContextException
    extends Exception
    Simple exception which only encapsulate classic exception. This exception is only for exceptions caused by creating context.
    Author:
    Rostislav Novak (Computing and Information Centre, CTU in Prague)
    See Also:
    Serialized Form
    • Constructor Detail

      • ContextException

        public ContextException​(String message,
                                Exception causedBy)
    • Method Detail

      • getCausedBy

        public Exception getCausedBy()