Package org.cyclos.model.access
Class UnauthorizedURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.access.InvalidSessionDataException
-
- org.cyclos.model.access.UnauthorizedURLException
-
- All Implemented Interfaces:
Serializable
public class UnauthorizedURLException extends InvalidSessionDataException
Exception thrown when a user is trying to access Cyclos from a URL which is not exactly the one set in the configuration, when the configuration forces access with the specific URL- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedURLException()
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-