Class ChannelNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hippoecm.hst.configuration.channel.ChannelException
-
- org.hippoecm.hst.configuration.channel.exceptions.ChannelNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ChannelNotFoundException extends ChannelException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hippoecm.hst.configuration.channel.ChannelException
ChannelException.Type
-
-
Constructor Summary
Constructors Constructor Description ChannelNotFoundException(String channelId)
-
Method Summary
-
Methods inherited from class org.hippoecm.hst.configuration.channel.ChannelException
getParameters, getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ChannelNotFoundException
public ChannelNotFoundException(String channelId)
-
-