public class RemoteMetadataException extends FormattedRuntimeException
Constructor and Description |
---|
RemoteMetadataException(Class<?> c,
String message,
Object... args)
Constructor.
|
RemoteMetadataException(Method m,
String message,
Object... args)
Constructor.
|
RemoteMetadataException(Throwable cause,
String message,
Object... args)
Constructor.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RemoteMetadataException(Throwable cause, String message, Object... args)
cause
- The cause of this exception.message
- The MessageFormat
-style message.args
- Optional MessageFormat
-style arguments.public RemoteMetadataException(Method m, String message, Object... args)
m
- The interface method that has an invalid definition.message
- The MessageFormat
-style message.args
- Optional MessageFormat
-style arguments.public RemoteMetadataException(Class<?> c, String message, Object... args)
c
- The interface class that has an invalid definition.message
- The MessageFormat
-style message.args
- Optional MessageFormat
-style arguments.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.