org.fuin.utils4j
Class InvokeMethodFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fuin.utils4j.InvokeMethodFailedException
- All Implemented Interfaces:
- Serializable
public final class InvokeMethodFailedException
- extends Exception
Calling a method with reflection failed. Used to wrap all the different
exceptions when using reflection.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokeMethodFailedException
public InvokeMethodFailedException(String message)
- Constructor with error message.
- Parameters:
message - Message.
InvokeMethodFailedException
public InvokeMethodFailedException(String message,
Throwable cause)
- Constructor with error message and cause.
- Parameters:
message - Message.cause - Exception that caused the failure.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.