public class PicoRegistrationException extends PicoException
PicoException
that is thrown when there is a problem registering a component with the container
or another part of the PicoContainer API, for example, when a request for a component is ambiguous.Modifier | Constructor and Description |
---|---|
|
PicoRegistrationException(java.lang.String message)
Construct a new exception with no cause and the specified detail message.
|
|
PicoRegistrationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
protected |
PicoRegistrationException(java.lang.Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
getCause, printStackTrace, printStackTrace, printStackTrace
public PicoRegistrationException(java.lang.String message)
message
- the message detailing the exception.protected PicoRegistrationException(java.lang.Throwable cause)
cause
- the exception that caused this one.public PicoRegistrationException(java.lang.String message, java.lang.Throwable cause)
message
- the message detailing the exception.cause
- the exception that caused this one.