Package org.cyclos.model.access
Class InaccessibleChannelException
- 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.InaccessibleChannelException
-
- All Implemented Interfaces:
Serializable
public class InaccessibleChannelException extends InvalidSessionDataException
Exception thrown when a user is trying to access a channel he cannot / chose not to participate- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InaccessibleChannelException()InaccessibleChannelException(boolean byPreference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisByPreference()voidsetByPreference(boolean byPreference)-
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
-
-