Package com.github.javaxcel.exception
Class NoTargetedConstructorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.javaxcel.exception.JavaxcelException
com.github.javaxcel.exception.NoTargetedConstructorException
- All Implemented Interfaces:
Serializable
public class NoTargetedConstructorException extends JavaxcelException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description NoTargetedConstructorException(Class<?> type)NoTargetedConstructorException(Class<?> type, String format, Object... args)NoTargetedConstructorException(Class<?> type, Throwable cause)NoTargetedConstructorException(Class<?> type, Throwable cause, String format, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString