/* * Copyright 2000-2013 Enonic AS * http://www.enonic.com/license */ package com.enonic.cms.core.portal; import com.enonic.cms.core.structure.SitePath; public interface UnauthorizedErrorType { public SitePath getSitePath(); }