Class InvalidChannelUsageException

  • All Implemented Interfaces:
    Serializable

    public class InvalidChannelUsageException
    extends InvalidSessionDataException
    Exception thrown when a user access to Cyclos through a channel in a way not supported by the channel. Examples are:
    • The user tries to invoke login service's login service method in a stateless-only channel
    • The user tries to authenticate with user / password in a channel that is stateful-only (he can only login in such channels)
    • The channel configuration doesn't allow guests, but a guest access is attempted
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidChannelUsageException

        public InvalidChannelUsageException()