Class ReflectUtil.ReflectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.services.lambda.runtime.serialization.util.ReflectUtil.ReflectException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ReflectUtil
public static class ReflectUtil.ReflectException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReflectException()
ReflectException(String message)
ReflectException(String message, Throwable cause)
ReflectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
ReflectException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReflectException
public ReflectException()
-
ReflectException
public ReflectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
ReflectException
public ReflectException(String message)
-
ReflectException
public ReflectException(Throwable cause)
-
-