Package org.ow2.joram.shell.mom.commands
Class MOMCommandsImpl.TopicNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ow2.joram.shell.mom.commands.MOMCommandsImpl.TopicNotFoundException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MOMCommandsImpl
private class MOMCommandsImpl.TopicNotFoundException extends Exception
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description TopicNotFoundException(String topicName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TopicNotFoundException
public TopicNotFoundException(String topicName)
-
-