- Added comments
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package org.openautonomousconnection.protocol.exceptions;
|
||||
|
||||
/**
|
||||
* Exception thrown when an unsupported protocol is encountered.
|
||||
*/
|
||||
public class UnsupportedProtocolException extends RuntimeException {
|
||||
|
||||
public UnsupportedProtocolException() {
|
||||
|
||||
Reference in New Issue
Block a user