Class UnsatisfiedDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.cla9.excel.reader.exception.UnsatisfiedDependencyException
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedDependencyException
extends java.lang.RuntimeException
The type Unsatisfied dependency exception.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnsatisfiedDependencyException()Instantiates a new Unsatisfied dependency exception.UnsatisfiedDependencyException(java.lang.String message)Instantiates a new Unsatisfied dependency exception.UnsatisfiedDependencyException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Unsatisfied dependency exception. -
Method Summary
-
Constructor Details
-
UnsatisfiedDependencyException
public UnsatisfiedDependencyException()Instantiates a new Unsatisfied dependency exception. -
UnsatisfiedDependencyException
public UnsatisfiedDependencyException(java.lang.String message)Instantiates a new Unsatisfied dependency exception.- Parameters:
message- the message
-
UnsatisfiedDependencyException
public UnsatisfiedDependencyException(java.lang.String message, java.lang.Throwable cause)Instantiates a new Unsatisfied dependency exception.- Parameters:
message- the messagecause- the cause
-