public class CircularDependencyException
extends java.lang.Exception
Constructor and Description |
---|
CircularDependencyException(java.lang.String message)
Create a new CircularDependencyException with the given message.
|
CircularDependencyException(java.lang.String message,
java.lang.Throwable cause)
Create an instance to wrap other exceptions.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the underlying cause for the exception.
|
public CircularDependencyException(java.lang.String message)
message
- The given message.public CircularDependencyException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message.cause
- The original exception.