public class PicoInitializationException extends PicoException
PicoException that is thrown when there is a problem initializing the container or some other
part of the PicoContainer api, for example, when a cyclic dependency between components occurs.| Modifier | Constructor and Description |
|---|---|
protected |
PicoInitializationException()
Deprecated.
Use public constructors
|
|
PicoInitializationException(java.lang.String message)
Construct a new exception with no cause and the specified detail message.
|
|
PicoInitializationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
|
PicoInitializationException(java.lang.Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
getCause, printStackTrace, printStackTrace, printStackTraceprotected PicoInitializationException()
public PicoInitializationException(java.lang.String message)
message - the message detailing the exception.public PicoInitializationException(java.lang.Throwable cause)
cause - the exception that caused this one.public PicoInitializationException(java.lang.String message,
java.lang.Throwable cause)
message - the message detailing the exception.cause - the exception that caused this one.