Class ChannelNotFound

All Implemented Interfaces:
Serializable

public class ChannelNotFound extends BusinessException
Exception thrown when a channel is not found.
Author:
Domenico Barra - domenico@adamantic.io
See Also:
  • Constructor Details

    • ChannelNotFound

      public ChannelNotFound(String name)
      Constructor specifying the name of the channel that was not found.
      Parameters:
      name - the name of the channel that was not found.
    • ChannelNotFound

      public ChannelNotFound(String name, Throwable cause)
      Constructor specifying the name of the channel that was not found and the cause of lookup failure.
      Parameters:
      name - the name of the channel that was not found.
      cause - the cause of lookup failure.