public class UnableToProxyException extends Exception
Constructor and Description |
---|
UnableToProxyException(Class<?> clazz) |
UnableToProxyException(Class<?> clazz,
String msg) |
UnableToProxyException(Class<?> clazz,
Throwable e) |
UnableToProxyException(Object proxy,
String msg) |
UnableToProxyException(String className,
String message) |
UnableToProxyException(String className,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2018. All rights reserved.