org.projectodd.stilts.stomp
Class StompException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projectodd.stilts.stomp.StompException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HostMismatchException, InvalidDestinationException, InvalidMessageException, InvalidSubscriptionException, InvalidTransactionException, NoSuchHostException, NoSuchStompletException, NotConnectedException
public class StompException
- extends Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StompException
public StompException()
StompException
public StompException(String message)
StompException
public StompException(Throwable cause)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.