public class UnsupportedProtocolException extends RuntimeException
RemoteFactory
if URL protocol is not supported.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Java serialization version.
|
Constructor and Description |
---|
UnsupportedProtocolException(String message,
Object... args)
Create exception with, optionally formatted, message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnsupportedProtocolException(String message, Object... args)
String.format(String, Object...)
for supported
format designators.message
- formatted message,args
- optional arguments, if message is formatted.Copyright © 2018. All rights reserved.