Skip to content

Commit

Permalink
Merge pull request #1464 from pzygielo/fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 30, 2022
2 parents a8f2b10 + 420efa5 commit 9d2ce69
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2000, 2017 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022 Contributors to Eclipse Foundation. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -24,9 +25,6 @@

public class StompFrameParseException extends Exception {

/**
*
*/
private static final long serialVersionUID = 1109649609925371061L;
public static final StompFrameMessage OOMMSG = getOOMMSG();

Expand Down Expand Up @@ -58,12 +56,6 @@ public StompFrameParseException(String message, Throwable t, boolean fatal) {
_fatal = fatal;
}

public boolean isFatal() {
return _fatal;
}

/**
*/
public StompFrameMessage getStompMessageERROR(StompFrameMessageFactory factory, LoggerWrapper logger) throws Exception {

StompFrameMessage msg = factory.newStompFrameMessage(StompFrameMessage.Command.ERROR, logger);
Expand Down

0 comments on commit 9d2ce69

Please sign in to comment.