- Maked classes final
This commit is contained in:
@@ -3,7 +3,7 @@ package org.openautonomousconnection.protocol.exceptions;
|
||||
/**
|
||||
* Exception thrown when an unsupported protocol is encountered.
|
||||
*/
|
||||
public class UnsupportedProtocolException extends RuntimeException {
|
||||
public final class UnsupportedProtocolException extends RuntimeException {
|
||||
|
||||
public UnsupportedProtocolException() {
|
||||
this("Selected protocol is not supported!");
|
||||
|
||||
Reference in New Issue
Block a user