org.picocontainer
public class PicoRegistrationException extends PicoException
Since: 1.0
| Constructor Summary | |
|---|---|
| PicoRegistrationException(String message)
Construct a new exception with no cause and the specified detail message. | |
| protected | PicoRegistrationException(Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
| PicoRegistrationException(String message, Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
| |
Parameters: message the message detailing the exception.
Parameters: cause the exception that caused this one.
Parameters: message the message detailing the exception. cause the exception that caused this one.