public class Fabric3ServerException
extends org.fabric3.api.host.Fabric3Exception
| Constructor and Description |
|---|
Fabric3ServerException(java.lang.String message)
Initializes the message.
|
Fabric3ServerException(java.lang.Throwable cause)
Initializes the cause.
|
public Fabric3ServerException(java.lang.Throwable cause)
cause - Root cause of the exception.public Fabric3ServerException(java.lang.String message)
message - Message of the exception.