org.apache.commons.discovery
public class DiscoveryException extends java.lang.RuntimeException
ServiceFactory
.Constructor and Description |
---|
DiscoveryException()
Construct a new exception with
null as its detail message. |
DiscoveryException(java.lang.String message)
Construct a new exception with the specified detail message.
|
DiscoveryException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified detail message and cause.
|
DiscoveryException(java.lang.Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
public DiscoveryException()
null
as its detail message.public DiscoveryException(java.lang.String message)
message
- The detail messagepublic DiscoveryException(java.lang.Throwable cause)
cause
- The underlying causepublic DiscoveryException(java.lang.String message, java.lang.Throwable cause)
message
- The detail messagecause
- The underlying causeCopyright © 2002-2014. All Rights Reserved.