Package org.springframework.cglib.proxy
Class UndeclaredThrowableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cglib.core.CodeGenerationException
org.springframework.cglib.proxy.UndeclaredThrowableException
- All Implemented Interfaces:
Serializable
Used by
Proxy
as a replacement for java.lang.reflect.UndeclaredThrowableException
.- Author:
- Juozas Baliuka
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofUndeclaredThrowableException
without detail message. -
Method Summary
Methods inherited from class org.springframework.cglib.core.CodeGenerationException
getCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UndeclaredThrowableException
Creates a new instance ofUndeclaredThrowableException
without detail message.
-
-
Method Details
-
getUndeclaredThrowable
-