Class RemoteMetadataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.rest.client.remote.RemoteMetadataException
- All Implemented Interfaces:
- Serializable
Exceptions caused by invalid REST proxy classes.
 
See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRemoteMetadataException(Class<?> c, String message, Object... args) Constructor.RemoteMetadataException(Method m, String message, Object... args) Constructor.RemoteMetadataException(Throwable cause, String message, Object... args) Constructor.
- 
Method SummaryMethods inherited from class org.apache.juneau.BasicRuntimeExceptionassertModifiable, fillInStackTrace, getCause, getMessage, initCause, isUnmodifiable, setMessage, setStackTrace, setUnmodifiable, unwrapMethods inherited from class java.lang.ThrowableaddSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, toString
- 
Constructor Details- 
RemoteMetadataExceptionConstructor.- Parameters:
- cause- The cause of this exception.
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
- 
RemoteMetadataExceptionConstructor.- Parameters:
- m- The interface method that has an invalid definition.
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
- 
RemoteMetadataExceptionConstructor.- Parameters:
- c- The interface class that has an invalid definition.
- message- The- MessageFormat-style message.
- args- Optional- MessageFormat-style arguments.
 
 
-