public class AMQPInvalidClassException extends RuntimeException
TODO Could just re-use an exising exception like IllegalArgumentException or ClassCastException.
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_OBJECT_MSG
Error message text when trying to store an unsupported class or null object
|
Constructor and Description |
---|
AMQPInvalidClassException(String s) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String INVALID_OBJECT_MSG
public AMQPInvalidClassException(String s)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.